Html Css Color HEX #EF3427 Cinnabar

📋 copy color: '#EF3427'

red 239 ◦ green 52 ◦ blue 39

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

Shades of Cinnabar #EF3427

Tints of Cinnabar #EF3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 72.42%
G = 15.76%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF3427 (or 0xEF3427) is known color: Cinnabar. HEX triplet: EF, 34 and 27. RGB value is (239,52,39). Sum of RGB (Red+Green+Blue) = 239+52+39=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3427 is #10CBD8. Grayscale: #6A6A6A. Windows color (decimal): -1100761 or 2569455. OLE color: 2569455.

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

Color convert

RGB 239 52 39 -
CMYK 0 0.78 0.84 0.06
HSL 3.9º 0.86% 0.55% -
HSV(B) 3.9º 0.84% 0.94% -
XYZ 37.19 20.95 4 -
YUV 106.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 239 52 39 0 0.78 0.84 0.06 3.9 0.86 0.55
Hex EF 34 27 0 4E 54 6 4 56 37
Octal 357 64 47 0 116 124 6 4 126 67
Binary 11101111 110100 100111 0 1001110 1010100 110 100 1010110 110111

Color Harmonies of #EF3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3427

Black with #EF3427

Text Example


Text Example

White with #EF3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3427; }

 p { color: rgb(239,52,39); }

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

background-color css

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

 a { background-color: rgb(239,52,39); }

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

border-color css

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

 span { border-color: rgb(239,52,39); }

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