Html Css Color HEX #EF3B1E Cinnabar

📋 copy color: '#EF3B1E'

red 239 ◦ green 59 ◦ blue 30

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

Shades of Cinnabar #EF3B1E

Tints of Cinnabar #EF3B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 72.87%
G = 17.99%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF3B1E (or 0xEF3B1E) is known color: Cinnabar. HEX triplet: EF, 3B and 1E. RGB value is (239,59,30). Sum of RGB (Red+Green+Blue) = 239+59+30=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3B1E is #10C4E1. Grayscale: #6D6D6D. Windows color (decimal): -1098978 or 1981423. OLE color: 1981423.

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

Color convert

RGB 239 59 30 -
CMYK 0 0.75 0.87 0.06
HSL 8.33º 0.87% 0.53% -
HSV(B) 8.33º 0.87% 0.94% -
XYZ 37.39 21.57 3.42 -
YUV 109.51 83.13 220.36 -
System Red Green Blue C M Y K H S L
Decimal 239 59 30 0 0.75 0.87 0.06 8.33 0.87 0.53
Hex EF 3B 1E 0 4B 57 6 8 57 35
Octal 357 73 36 0 113 127 6 10 127 65
Binary 11101111 111011 11110 0 1001011 1010111 110 1000 1010111 110101

Color Harmonies of #EF3B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3B1E

Black with #EF3B1E

Text Example


Text Example

White with #EF3B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3B1E; }

 p { color: rgb(239,59,30); }

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

background-color css

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

 a { background-color: rgb(239,59,30); }

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

border-color css

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

 span { border-color: rgb(239,59,30); }

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