Html Css Color HEX #EF402B Cinnabar

📋 copy color: '#EF402B'

red 239 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #EF402B

Tints of Cinnabar #EF402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 69.08%
G = 18.5%
B = 12.43%

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

#EF402B (or 0xEF402B) is known color: Cinnabar. HEX triplet: EF, 40 and 2B. RGB value is (239,64,43). Sum of RGB (Red+Green+Blue) = 239+64+43=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF402B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF402B is #10BFD4. Grayscale: #727272. Windows color (decimal): -1097685 or 2834671. OLE color: 2834671.

HSL color Cylindrical-coordinate representation of color #EF402B: hue angle of 6.43º 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 #EF402B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 64 43 -
CMYK 0 0.73 0.82 0.06
HSL 6.43º 0.86% 0.55% -
HSV(B) 6.43º 0.82% 0.94% -
XYZ 37.87 22.19 4.57 -
YUV 113.93 87.98 217.21 -
System Red Green Blue C M Y K H S L
Decimal 239 64 43 0 0.73 0.82 0.06 6.43 0.86 0.55
Hex EF 40 2B 0 49 52 6 6 56 37
Octal 357 100 53 0 111 122 6 6 126 67
Binary 11101111 1000000 101011 0 1001001 1010010 110 110 1010110 110111

Color Harmonies of #EF402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF402B

Black with #EF402B

Text Example


Text Example

White with #EF402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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