Html Css Color HEX #EF322A Cinnabar

📋 copy color: '#EF322A'

red 239 ◦ green 50 ◦ blue 42

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

Shades of Cinnabar #EF322A

Tints of Cinnabar #EF322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 72.21%
G = 15.11%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF322A (or 0xEF322A) is known color: Cinnabar. HEX triplet: EF, 32 and 2A. RGB value is (239,50,42). Sum of RGB (Red+Green+Blue) = 239+50+42=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF322A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF322A is #10CDD5. Grayscale: #696969. Windows color (decimal): -1101270 or 2765551. OLE color: 2765551.

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

Color convert

RGB 239 50 42 -
CMYK 0 0.79 0.82 0.06
HSL 2.44º 0.86% 0.55% -
HSV(B) 2.44º 0.82% 0.94% -
XYZ 37.16 20.8 4.25 -
YUV 105.6 92.12 223.15 -
System Red Green Blue C M Y K H S L
Decimal 239 50 42 0 0.79 0.82 0.06 2.44 0.86 0.55
Hex EF 32 2A 0 4F 52 6 2 56 37
Octal 357 62 52 0 117 122 6 2 126 67
Binary 11101111 110010 101010 0 1001111 1010010 110 10 1010110 110111

Color Harmonies of #EF322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF322A

Black with #EF322A

Text Example


Text Example

White with #EF322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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