Html Css Color HEX #EF341D Cinnabar

📋 copy color: '#EF341D'

red 239 ◦ green 52 ◦ blue 29

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

Shades of Cinnabar #EF341D

Tints of Cinnabar #EF341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 74.69%
G = 16.25%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF341D (or 0xEF341D) is known color: Cinnabar. HEX triplet: EF, 34 and 1D. RGB value is (239,52,29). Sum of RGB (Red+Green+Blue) = 239+52+29=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF341D is #10CBE2. Grayscale: #696969. Windows color (decimal): -1100771 or 1914095. OLE color: 1914095.

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

Color convert

RGB 239 52 29 -
CMYK 0 0.78 0.88 0.06
HSL 6.57º 0.87% 0.53% -
HSV(B) 6.57º 0.88% 0.94% -
XYZ 37.05 20.9 3.24 -
YUV 105.29 84.95 223.37 -
System Red Green Blue C M Y K H S L
Decimal 239 52 29 0 0.78 0.88 0.06 6.57 0.87 0.53
Hex EF 34 1D 0 4E 58 6 7 57 35
Octal 357 64 35 0 116 130 6 7 127 65
Binary 11101111 110100 11101 0 1001110 1011000 110 111 1010111 110101

Color Harmonies of #EF341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF341D

Black with #EF341D

Text Example


Text Example

White with #EF341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF341D; }

 p { color: rgb(239,52,29); }

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

background-color css

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

 a { background-color: rgb(239,52,29); }

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

border-color css

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

 span { border-color: rgb(239,52,29); }

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