Html Css Color HEX #EB4C2F Cinnabar

📋 copy color: '#EB4C2F'

red 235 ◦ green 76 ◦ blue 47

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

Shades of Cinnabar #EB4C2F

Tints of Cinnabar #EB4C2F

RGB

 RED value IS 235 (92.19% from 255) = 65.64%

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 65.64%
G = 21.23%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB4C2F (or 0xEB4C2F) is known color: Cinnabar. HEX triplet: EB, 4C and 2F. RGB value is (235,76,47). Sum of RGB (Red+Green+Blue) = 235+76+47=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4C2F is #14B3D0. Grayscale: #787878. Windows color (decimal): -1356753 or 3099883. OLE color: 3099883.

HSL color Cylindrical-coordinate representation of color #EB4C2F: hue angle of 9.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB4C2F is Cyan = 0, Magento = 0.68, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 76 47 -
CMYK 0 0.68 0.8 0.08
HSL 9.26º 0.82% 0.55% -
HSV(B) 9.26º 0.8% 0.92% -
XYZ 37.36 23.04 5.17 -
YUV 120.24 86.68 209.86 -
System Red Green Blue C M Y K H S L
Decimal 235 76 47 0 0.68 0.8 0.08 9.26 0.82 0.55
Hex EB 4C 2F 0 44 50 8 9 52 37
Octal 353 114 57 0 104 120 10 11 122 67
Binary 11101011 1001100 101111 0 1000100 1010000 1000 1001 1010010 110111

Color Harmonies of #EB4C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C2F

Black with #EB4C2F

Text Example


Text Example

White with #EB4C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C2F; }

 p { color: rgb(235,76,47); }

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

background-color css

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

 a { background-color: rgb(235,76,47); }

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

border-color css

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

 span { border-color: rgb(235,76,47); }

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