Html Css Color HEX #EF3B2B Cinnabar

📋 copy color: '#EF3B2B'

red 239 ◦ green 59 ◦ blue 43

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

Shades of Cinnabar #EF3B2B

Tints of Cinnabar #EF3B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.3%

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

R = 70.09%
G = 17.3%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF3B2B (or 0xEF3B2B) is known color: Cinnabar. HEX triplet: EF, 3B and 2B. RGB value is (239,59,43). Sum of RGB (Red+Green+Blue) = 239+59+43=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3B2B is #10C4D4. Grayscale: #6F6F6F. Windows color (decimal): -1098965 or 2833391. OLE color: 2833391.

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

Color convert

RGB 239 59 43 -
CMYK 0 0.75 0.82 0.06
HSL 4.9º 0.86% 0.55% -
HSV(B) 4.9º 0.82% 0.94% -
XYZ 37.6 21.65 4.48 -
YUV 111 89.63 219.3 -
System Red Green Blue C M Y K H S L
Decimal 239 59 43 0 0.75 0.82 0.06 4.9 0.86 0.55
Hex EF 3B 2B 0 4B 52 6 5 56 37
Octal 357 73 53 0 113 122 6 5 126 67
Binary 11101111 111011 101011 0 1001011 1010010 110 101 1010110 110111

Color Harmonies of #EF3B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3B2B

Black with #EF3B2B

Text Example


Text Example

White with #EF3B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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