Html Css Color HEX #EB442F Cinnabar

📋 copy color: '#EB442F'

red 235 ◦ green 68 ◦ blue 47

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

Shades of Cinnabar #EB442F

Tints of Cinnabar #EB442F

RGB

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

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

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

R = 67.14%
G = 19.43%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB442F (or 0xEB442F) is known color: Cinnabar. HEX triplet: EB, 44 and 2F. RGB value is (235,68,47). Sum of RGB (Red+Green+Blue) = 235+68+47=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB442F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB442F is #14BBD0. Grayscale: #737373. Windows color (decimal): -1358801 or 3097835. OLE color: 3097835.

HSL color Cylindrical-coordinate representation of color #EB442F: hue angle of 6.7º 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 #EB442F is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 68 47 -
CMYK 0 0.71 0.8 0.08
HSL 6.7º 0.82% 0.55% -
HSV(B) 6.7º 0.8% 0.92% -
XYZ 36.84 22 4.99 -
YUV 115.54 89.33 213.21 -
System Red Green Blue C M Y K H S L
Decimal 235 68 47 0 0.71 0.8 0.08 6.7 0.82 0.55
Hex EB 44 2F 0 47 50 8 7 52 37
Octal 353 104 57 0 107 120 10 7 122 67
Binary 11101011 1000100 101111 0 1000111 1010000 1000 111 1010010 110111

Color Harmonies of #EB442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB442F

Black with #EB442F

Text Example


Text Example

White with #EB442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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