Html Css Color HEX #EF3C1B Cinnabar

📋 copy color: '#EF3C1B'

red 239 ◦ green 60 ◦ blue 27

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

Shades of Cinnabar #EF3C1B

Tints of Cinnabar #EF3C1B

RGB

 RED value IS 239 (93.75% from 255) = 73.31%

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 27 (10.94% from 255) = 8.28%

R = 73.31%
G = 18.4%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF3C1B (or 0xEF3C1B) is known color: Cinnabar. HEX triplet: EF, 3C and 1B. RGB value is (239,60,27). Sum of RGB (Red+Green+Blue) = 239+60+27=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3C1B is #10C3E4. Grayscale: #6E6E6E. Windows color (decimal): -1098725 or 1785071. OLE color: 1785071.

HSL color Cylindrical-coordinate representation of color #EF3C1B: hue angle of 9.34º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF3C1B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 60 27 -
CMYK 0 0.75 0.89 0.06
HSL 9.34º 0.87% 0.52% -
HSV(B) 9.34º 0.89% 0.94% -
XYZ 37.41 21.66 3.25 -
YUV 109.76 81.3 220.18 -
System Red Green Blue C M Y K H S L
Decimal 239 60 27 0 0.75 0.89 0.06 9.34 0.87 0.52
Hex EF 3C 1B 0 4B 59 6 9 57 34
Octal 357 74 33 0 113 131 6 11 127 64
Binary 11101111 111100 11011 0 1001011 1011001 110 1001 1010111 110100

Color Harmonies of #EF3C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C1B

Black with #EF3C1B

Text Example


Text Example

White with #EF3C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C1B; }

 p { color: rgb(239,60,27); }

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

background-color css

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

 a { background-color: rgb(239,60,27); }

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

border-color css

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

 span { border-color: rgb(239,60,27); }

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