Html Css Color HEX #EF442B Cinnabar

📋 copy color: '#EF442B'

red 239 ◦ green 68 ◦ blue 43

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

Shades of Cinnabar #EF442B

Tints of Cinnabar #EF442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

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

R = 68.29%
G = 19.43%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF442B (or 0xEF442B) is known color: Cinnabar. HEX triplet: EF, 44 and 2B. RGB value is (239,68,43). Sum of RGB (Red+Green+Blue) = 239+68+43=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF442B is #10BBD4. Grayscale: #747474. Windows color (decimal): -1096661 or 2835695. OLE color: 2835695.

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

Color convert

RGB 239 68 43 -
CMYK 0 0.72 0.82 0.06
HSL 7.65º 0.86% 0.55% -
HSV(B) 7.65º 0.82% 0.94% -
XYZ 38.1 22.66 4.65 -
YUV 116.28 86.65 215.53 -
System Red Green Blue C M Y K H S L
Decimal 239 68 43 0 0.72 0.82 0.06 7.65 0.86 0.55
Hex EF 44 2B 0 48 52 6 8 56 37
Octal 357 104 53 0 110 122 6 10 126 67
Binary 11101111 1000100 101011 0 1001000 1010010 110 1000 1010110 110111

Color Harmonies of #EF442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF442B

Black with #EF442B

Text Example


Text Example

White with #EF442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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