Html Css Color HEX #EF431A Cinnabar

📋 copy color: '#EF431A'

red 239 ◦ green 67 ◦ blue 26

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

Shades of Cinnabar #EF431A

Tints of Cinnabar #EF431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 71.99%
G = 20.18%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF431A (or 0xEF431A) is known color: Cinnabar. HEX triplet: EF, 43 and 1A. RGB value is (239,67,26). Sum of RGB (Red+Green+Blue) = 239+67+26=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF431A is #10BCE5. Grayscale: #727272. Windows color (decimal): -1096934 or 1721327. OLE color: 1721327.

HSL color Cylindrical-coordinate representation of color #EF431A: hue angle of 11.55º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF431A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 67 26 -
CMYK 0 0.72 0.89 0.06
HSL 11.55º 0.87% 0.52% -
HSV(B) 11.55º 0.89% 0.94% -
XYZ 37.79 22.44 3.32 -
YUV 113.75 78.48 217.33 -
System Red Green Blue C M Y K H S L
Decimal 239 67 26 0 0.72 0.89 0.06 11.55 0.87 0.52
Hex EF 43 1A 0 48 59 6 C 57 34
Octal 357 103 32 0 110 131 6 14 127 64
Binary 11101111 1000011 11010 0 1001000 1011001 110 1100 1010111 110100

Color Harmonies of #EF431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF431A

Black with #EF431A

Text Example


Text Example

White with #EF431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF431A; }

 p { color: rgb(239,67,26); }

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

background-color css

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

 a { background-color: rgb(239,67,26); }

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

border-color css

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

 span { border-color: rgb(239,67,26); }

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