Html Css Color HEX #EF371A Cinnabar

📋 copy color: '#EF371A'

red 239 ◦ green 55 ◦ blue 26

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

Shades of Cinnabar #EF371A

Tints of Cinnabar #EF371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

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

R = 74.69%
G = 17.19%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF371A (or 0xEF371A) is known color: Cinnabar. HEX triplet: EF, 37 and 1A. RGB value is (239,55,26). Sum of RGB (Red+Green+Blue) = 239+55+26=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF371A is #10C8E5. Grayscale: #6B6B6B. Windows color (decimal): -1100006 or 1718255. OLE color: 1718255.

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

Color convert

RGB 239 55 26 -
CMYK 0 0.77 0.89 0.06
HSL 8.17º 0.87% 0.52% -
HSV(B) 8.17º 0.89% 0.94% -
XYZ 37.15 21.16 3.1 -
YUV 106.71 82.46 222.36 -
System Red Green Blue C M Y K H S L
Decimal 239 55 26 0 0.77 0.89 0.06 8.17 0.87 0.52
Hex EF 37 1A 0 4D 59 6 8 57 34
Octal 357 67 32 0 115 131 6 10 127 64
Binary 11101111 110111 11010 0 1001101 1011001 110 1000 1010111 110100

Color Harmonies of #EF371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF371A

Black with #EF371A

Text Example


Text Example

White with #EF371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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