Html Css Color HEX #EB281E Cinnabar

📋 copy color: '#EB281E'

red 235 ◦ green 40 ◦ blue 30

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

Shades of Cinnabar #EB281E

Tints of Cinnabar #EB281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 77.05%
G = 13.11%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB281E (or 0xEB281E) is known color: Cinnabar. HEX triplet: EB, 28 and 1E. RGB value is (235,40,30). Sum of RGB (Red+Green+Blue) = 235+40+30=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB281E is #14D7E1. Grayscale: #616161. Windows color (decimal): -1365986 or 1976555. OLE color: 1976555.

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

Color convert

RGB 235 40 30 -
CMYK 0 0.83 0.87 0.08
HSL 2.93º 0.84% 0.52% -
HSV(B) 2.93º 0.87% 0.92% -
XYZ 35.25 19.27 3.09 -
YUV 97.17 90.1 226.31 -
System Red Green Blue C M Y K H S L
Decimal 235 40 30 0 0.83 0.87 0.08 2.93 0.84 0.52
Hex EB 28 1E 0 53 57 8 3 54 34
Octal 353 50 36 0 123 127 10 3 124 64
Binary 11101011 101000 11110 0 1010011 1010111 1000 11 1010100 110100

Color Harmonies of #EB281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB281E

Black with #EB281E

Text Example


Text Example

White with #EB281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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