Html Css Color HEX #E62F28 Cinnabar

📋 copy color: '#E62F28'

red 230 ◦ green 47 ◦ blue 40

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

Shades of Cinnabar #E62F28

Tints of Cinnabar #E62F28

RGB

 RED value IS 230 (90.23% from 255) = 72.56%

 GREEN value IS 47 (18.75% from 255) = 14.83%

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 72.56%
G = 14.83%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E62F28 (or 0xE62F28) is known color: Cinnabar. HEX triplet: E6, 2F and 28. RGB value is (230,47,40). Sum of RGB (Red+Green+Blue) = 230+47+40=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62F28 is #19D0D7. Grayscale: #656565. Windows color (decimal): -1691864 or 2633702. OLE color: 2633702.

HSL color Cylindrical-coordinate representation of color #E62F28: hue angle of 2.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62F28 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 47 40 -
CMYK 0 0.80 0.83 0.10
HSL 2.21º 0.79% 0.53% -
HSV(B) 2.21º 0.83% 0.9% -
XYZ 34.03 19.01 3.88 -
YUV 100.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 230 47 40 0 0.80 0.83 0.10 2.21 0.79 0.53
Hex E6 2F 28 0 50 53 A 2 4F 35
Octal 346 57 50 0 120 123 12 2 117 65
Binary 11100110 101111 101000 0 1010000 1010011 1010 10 1001111 110101

Color Harmonies of #E62F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62F28

Black with #E62F28

Text Example


Text Example

White with #E62F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62F28; }

 p { color: rgb(230,47,40); }

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

background-color css

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

 a { background-color: rgb(230,47,40); }

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

border-color css

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

 span { border-color: rgb(230,47,40); }

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