Html Css Color HEX #EB371E Cinnabar

📋 copy color: '#EB371E'

red 235 ◦ green 55 ◦ blue 30

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

Shades of Cinnabar #EB371E

Tints of Cinnabar #EB371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 73.44%
G = 17.19%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB371E (or 0xEB371E) is known color: Cinnabar. HEX triplet: EB, 37 and 1E. RGB value is (235,55,30). Sum of RGB (Red+Green+Blue) = 235+55+30=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB371E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB371E is #14C8E1. Grayscale: #6A6A6A. Windows color (decimal): -1362146 or 1980395. OLE color: 1980395.

HSL color Cylindrical-coordinate representation of color #EB371E: hue angle of 7.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB371E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 30 -
CMYK 0 0.77 0.87 0.08
HSL 7.32º 0.84% 0.52% -
HSV(B) 7.32º 0.87% 0.92% -
XYZ 35.86 20.49 3.29 -
YUV 105.97 85.13 220.03 -
System Red Green Blue C M Y K H S L
Decimal 235 55 30 0 0.77 0.87 0.08 7.32 0.84 0.52
Hex EB 37 1E 0 4D 57 8 7 54 34
Octal 353 67 36 0 115 127 10 7 124 64
Binary 11101011 110111 11110 0 1001101 1010111 1000 111 1010100 110100

Color Harmonies of #EB371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB371E

Black with #EB371E

Text Example


Text Example

White with #EB371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB371E; }

 p { color: rgb(235,55,30); }

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

background-color css

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

 a { background-color: rgb(235,55,30); }

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

border-color css

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

 span { border-color: rgb(235,55,30); }

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