Html Css Color HEX #EF441B Cinnabar

📋 copy color: '#EF441B'

red 239 ◦ green 68 ◦ blue 27

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

Shades of Cinnabar #EF441B

Tints of Cinnabar #EF441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 71.56%
G = 20.36%
B = 8.08%

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

#EF441B (or 0xEF441B) is known color: Cinnabar. HEX triplet: EF, 44 and 1B. RGB value is (239,68,27). Sum of RGB (Red+Green+Blue) = 239+68+27=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF441B is #10BBE4. Grayscale: #727272. Windows color (decimal): -1096677 or 1787119. OLE color: 1787119.

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

Color convert

RGB 239 68 27 -
CMYK 0 0.72 0.89 0.06
HSL 11.6º 0.87% 0.52% -
HSV(B) 11.6º 0.89% 0.94% -
XYZ 37.86 22.56 3.4 -
YUV 114.46 78.65 216.83 -
System Red Green Blue C M Y K H S L
Decimal 239 68 27 0 0.72 0.89 0.06 11.6 0.87 0.52
Hex EF 44 1B 0 48 59 6 C 57 34
Octal 357 104 33 0 110 131 6 14 127 64
Binary 11101111 1000100 11011 0 1001000 1011001 110 1100 1010111 110100

Color Harmonies of #EF441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF441B

Black with #EF441B

Text Example


Text Example

White with #EF441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF441B; }

 p { color: rgb(239,68,27); }

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

background-color css

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

 a { background-color: rgb(239,68,27); }

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

border-color css

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

 span { border-color: rgb(239,68,27); }

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