Html Css Color HEX #EB443F Cinnabar

📋 copy color: '#EB443F'

red 235 ◦ green 68 ◦ blue 63

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

Shades of Cinnabar #EB443F

Tints of Cinnabar #EB443F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 64.21%
G = 18.58%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB443F (or 0xEB443F) is known color: Cinnabar. HEX triplet: EB, 44 and 3F. RGB value is (235,68,63). Sum of RGB (Red+Green+Blue) = 235+68+63=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB443F is #14BBC0. Grayscale: #757575. Windows color (decimal): -1358785 or 4146411. OLE color: 4146411.

HSL color Cylindrical-coordinate representation of color #EB443F: hue angle of 1.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB443F is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 68 63 -
CMYK 0 0.71 0.73 0.08
HSL 1.74º 0.81% 0.58% -
HSV(B) 1.74º 0.73% 0.92% -
XYZ 37.23 22.16 7.02 -
YUV 117.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 235 68 63 0 0.71 0.73 0.08 1.74 0.81 0.58
Hex EB 44 3F 0 47 49 8 2 51 3A
Octal 353 104 77 0 107 111 10 2 121 72
Binary 11101011 1000100 111111 0 1000111 1001001 1000 10 1010001 111010

Color Harmonies of #EB443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB443F

Black with #EB443F

Text Example


Text Example

White with #EB443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB443F; }

 p { color: rgb(235,68,63); }

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

background-color css

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

 a { background-color: rgb(235,68,63); }

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

border-color css

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

 span { border-color: rgb(235,68,63); }

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