Html Css Color HEX #EB423C Cinnabar

📋 copy color: '#EB423C'

red 235 ◦ green 66 ◦ blue 60

#EB423C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EB423C

Tints of Cinnabar #EB423C

RGB

 RED value IS 235 (92.19% from 255) = 65.1%

 GREEN value IS 66 (26.17% from 255) = 18.28%

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 65.1%
G = 18.28%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EB423C (or 0xEB423C) is known color: Cinnabar. HEX triplet: EB, 42 and 3C. RGB value is (235,66,60). Sum of RGB (Red+Green+Blue) = 235+66+60=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB423C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB423C is #14BDC3. Grayscale: #747474. Windows color (decimal): -1359300 or 3949291. OLE color: 3949291.

HSL color Cylindrical-coordinate representation of color #EB423C: hue angle of 2.06º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB423C is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 66 60 -
CMYK 0 0.72 0.74 0.08
HSL 2.06º 0.81% 0.58% -
HSV(B) 2.06º 0.74% 0.92% -
XYZ 37.02 21.88 6.55 -
YUV 115.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 235 66 60 0 0.72 0.74 0.08 2.06 0.81 0.58
Hex EB 42 3C 0 48 4A 8 2 51 3A
Octal 353 102 74 0 110 112 10 2 121 72
Binary 11101011 1000010 111100 0 1001000 1001010 1000 10 1010001 111010

Color Harmonies of #EB423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB423C

Black with #EB423C

Text Example


Text Example

White with #EB423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB423C; }

 p { color: rgb(235,66,60); }

 H1.HeaderClassName
 {
   color: #EB423C;
 }
 .AnyTagClassName
 {
   color: #EB423C;
 }
</style>

background-color css

<style>
 a { background-color: #EB423C; }

 a { background-color: rgb(235,66,60); }

 div.DivClassName
 {
   background-color: #EB423C;
 }
 .BgClassName
 {
   background-color: #EB423C;
 }
</style>

border-color css

<style>
 span { border-color: #EB423C; }

 span { border-color: rgb(235,66,60); }

 td.TdClassName
 {
   border-color: #EB423C;
 }
 .TagClassName
 {
   border-color: #EB423C;
 }
</style>