Html Css Color HEX #EF352A Cinnabar

📋 copy color: '#EF352A'

red 239 ◦ green 53 ◦ blue 42

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

Shades of Cinnabar #EF352A

Tints of Cinnabar #EF352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

 BLUE value IS 42 (16.8% from 255) = 12.57%

R = 71.56%
G = 15.87%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF352A (or 0xEF352A) is known color: Cinnabar. HEX triplet: EF, 35 and 2A. RGB value is (239,53,42). Sum of RGB (Red+Green+Blue) = 239+53+42=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF352A is #10CAD5. Grayscale: #6B6B6B. Windows color (decimal): -1100502 or 2766319. OLE color: 2766319.

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

Color convert

RGB 239 53 42 -
CMYK 0 0.78 0.82 0.06
HSL 3.35º 0.86% 0.55% -
HSV(B) 3.35º 0.82% 0.94% -
XYZ 37.29 21.06 4.29 -
YUV 107.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 239 53 42 0 0.78 0.82 0.06 3.35 0.86 0.55
Hex EF 35 2A 0 4E 52 6 3 56 37
Octal 357 65 52 0 116 122 6 3 126 67
Binary 11101111 110101 101010 0 1001110 1010010 110 11 1010110 110111

Color Harmonies of #EF352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF352A

Black with #EF352A

Text Example


Text Example

White with #EF352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF352A; }

 p { color: rgb(239,53,42); }

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

background-color css

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

 a { background-color: rgb(239,53,42); }

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

border-color css

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

 span { border-color: rgb(239,53,42); }

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