Html Css Color HEX #EF402C Cinnabar

📋 copy color: '#EF402C'

red 239 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #EF402C

Tints of Cinnabar #EF402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 68.88%
G = 18.44%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF402C (or 0xEF402C) is known color: Cinnabar. HEX triplet: EF, 40 and 2C. RGB value is (239,64,44). Sum of RGB (Red+Green+Blue) = 239+64+44=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF402C is #10BFD3. Grayscale: #727272. Windows color (decimal): -1097684 or 2900207. OLE color: 2900207.

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

Color convert

RGB 239 64 44 -
CMYK 0 0.73 0.82 0.06
HSL 6.15º 0.86% 0.55% -
HSV(B) 6.15º 0.82% 0.94% -
XYZ 37.88 22.2 4.67 -
YUV 114.05 88.48 217.13 -
System Red Green Blue C M Y K H S L
Decimal 239 64 44 0 0.73 0.82 0.06 6.15 0.86 0.55
Hex EF 40 2C 0 49 52 6 6 56 37
Octal 357 100 54 0 111 122 6 6 126 67
Binary 11101111 1000000 101100 0 1001001 1010010 110 110 1010110 110111

Color Harmonies of #EF402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF402C

Black with #EF402C

Text Example


Text Example

White with #EF402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF402C; }

 p { color: rgb(239,64,44); }

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

background-color css

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

 a { background-color: rgb(239,64,44); }

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

border-color css

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

 span { border-color: rgb(239,64,44); }

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