Html Css Color HEX #EF321D Cinnabar

📋 copy color: '#EF321D'

red 239 ◦ green 50 ◦ blue 29

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

Shades of Cinnabar #EF321D

Tints of Cinnabar #EF321D

RGB

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

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

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

R = 75.16%
G = 15.72%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF321D (or 0xEF321D) is known color: Cinnabar. HEX triplet: EF, 32 and 1D. RGB value is (239,50,29). Sum of RGB (Red+Green+Blue) = 239+50+29=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF321D is #10CDE2. Grayscale: #686868. Windows color (decimal): -1101283 or 1913583. OLE color: 1913583.

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

Color convert

RGB 239 50 29 -
CMYK 0 0.79 0.88 0.06
HSL 0.87% 0.53% -
HSV(B) 0.88% 0.94% -
XYZ 36.96 20.72 3.21 -
YUV 104.12 85.62 224.21 -
System Red Green Blue C M Y K H S L
Decimal 239 50 29 0 0.79 0.88 0.06 6 0.87 0.53
Hex EF 32 1D 0 4F 58 6 6 57 35
Octal 357 62 35 0 117 130 6 6 127 65
Binary 11101111 110010 11101 0 1001111 1011000 110 110 1010111 110101

Color Harmonies of #EF321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF321D

Black with #EF321D

Text Example


Text Example

White with #EF321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF321D; }

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

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

background-color css

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

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

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

border-color css

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

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

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