Html Css Color HEX #EB402D Cinnabar

📋 copy color: '#EB402D'

red 235 ◦ green 64 ◦ blue 45

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

Shades of Cinnabar #EB402D

Tints of Cinnabar #EB402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 68.31%
G = 18.6%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB402D (or 0xEB402D) is known color: Cinnabar. HEX triplet: EB, 40 and 2D. RGB value is (235,64,45). Sum of RGB (Red+Green+Blue) = 235+64+45=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB402D is #14BFD2. Grayscale: #717171. Windows color (decimal): -1359827 or 2965739. OLE color: 2965739.

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

Color convert

RGB 235 64 45 -
CMYK 0 0.73 0.81 0.08
HSL 0.83% 0.55% -
HSV(B) 0.81% 0.92% -
XYZ 36.57 21.52 4.71 -
YUV 112.96 89.65 215.04 -
System Red Green Blue C M Y K H S L
Decimal 235 64 45 0 0.73 0.81 0.08 6 0.83 0.55
Hex EB 40 2D 0 49 51 8 6 53 37
Octal 353 100 55 0 111 121 10 6 123 67
Binary 11101011 1000000 101101 0 1001001 1010001 1000 110 1010011 110111

Color Harmonies of #EB402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB402D

Black with #EB402D

Text Example


Text Example

White with #EB402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB402D; }

 p { color: rgb(235,64,45); }

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

background-color css

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

 a { background-color: rgb(235,64,45); }

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

border-color css

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

 span { border-color: rgb(235,64,45); }

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