Html Css Color HEX #EF3625 Cinnabar

📋 copy color: '#EF3625'

red 239 ◦ green 54 ◦ blue 37

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

Shades of Cinnabar #EF3625

Tints of Cinnabar #EF3625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 72.42%
G = 16.36%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF3625 (or 0xEF3625) is known color: Cinnabar. HEX triplet: EF, 36 and 25. RGB value is (239,54,37). Sum of RGB (Red+Green+Blue) = 239+54+37=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3625 is #10C9DA. Grayscale: #6B6B6B. Windows color (decimal): -1100251 or 2438895. OLE color: 2438895.

HSL color Cylindrical-coordinate representation of color #EF3625: hue angle of 5.05º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF3625 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 54 37 -
CMYK 0 0.77 0.85 0.06
HSL 5.05º 0.86% 0.54% -
HSV(B) 5.05º 0.85% 0.94% -
XYZ 37.25 21.12 3.86 -
YUV 107.38 88.29 221.88 -
System Red Green Blue C M Y K H S L
Decimal 239 54 37 0 0.77 0.85 0.06 5.05 0.86 0.54
Hex EF 36 25 0 4D 55 6 5 56 36
Octal 357 66 45 0 115 125 6 5 126 66
Binary 11101111 110110 100101 0 1001101 1010101 110 101 1010110 110110

Color Harmonies of #EF3625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3625

Black with #EF3625

Text Example


Text Example

White with #EF3625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3625; }

 p { color: rgb(239,54,37); }

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

background-color css

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

 a { background-color: rgb(239,54,37); }

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

border-color css

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

 span { border-color: rgb(239,54,37); }

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