Html Css Color HEX #EF452B Cinnabar

📋 copy color: '#EF452B'

red 239 ◦ green 69 ◦ blue 43

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

Shades of Cinnabar #EF452B

Tints of Cinnabar #EF452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.66%

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

R = 68.09%
G = 19.66%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF452B (or 0xEF452B) is known color: Cinnabar. HEX triplet: EF, 45 and 2B. RGB value is (239,69,43). Sum of RGB (Red+Green+Blue) = 239+69+43=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF452B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF452B is #10BAD4. Grayscale: #757575. Windows color (decimal): -1096405 or 2835951. OLE color: 2835951.

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

Color convert

RGB 239 69 43 -
CMYK 0 0.71 0.82 0.06
HSL 7.96º 0.86% 0.55% -
HSV(B) 7.96º 0.82% 0.94% -
XYZ 38.16 22.78 4.67 -
YUV 116.87 86.32 215.11 -
System Red Green Blue C M Y K H S L
Decimal 239 69 43 0 0.71 0.82 0.06 7.96 0.86 0.55
Hex EF 45 2B 0 47 52 6 8 56 37
Octal 357 105 53 0 107 122 6 10 126 67
Binary 11101111 1000101 101011 0 1000111 1010010 110 1000 1010110 110111

Color Harmonies of #EF452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF452B

Black with #EF452B

Text Example


Text Example

White with #EF452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF452B; }

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

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

background-color css

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

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

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

border-color css

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

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

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