Html Css Color HEX #E63F2A Cinnabar

📋 copy color: '#E63F2A'

red 230 ◦ green 63 ◦ blue 42

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

Shades of Cinnabar #E63F2A

Tints of Cinnabar #E63F2A

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 68.66%
G = 18.81%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E63F2A (or 0xE63F2A) is known color: Cinnabar. HEX triplet: E6, 3F and 2A. RGB value is (230,63,42). Sum of RGB (Red+Green+Blue) = 230+63+42=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63F2A is #19C0D5. Grayscale: #6E6E6E. Windows color (decimal): -1687766 or 2768870. OLE color: 2768870.

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

Color convert

RGB 230 63 42 -
CMYK 0 0.73 0.82 0.10
HSL 6.7º 0.79% 0.53% -
HSV(B) 6.7º 0.82% 0.9% -
XYZ 34.83 20.55 4.32 -
YUV 110.54 89.33 213.21 -
System Red Green Blue C M Y K H S L
Decimal 230 63 42 0 0.73 0.82 0.10 6.7 0.79 0.53
Hex E6 3F 2A 0 49 52 A 7 4F 35
Octal 346 77 52 0 111 122 12 7 117 65
Binary 11100110 111111 101010 0 1001001 1010010 1010 111 1001111 110101

Color Harmonies of #E63F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63F2A

Black with #E63F2A

Text Example


Text Example

White with #E63F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63F2A; }

 p { color: rgb(230,63,42); }

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

background-color css

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

 a { background-color: rgb(230,63,42); }

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

border-color css

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

 span { border-color: rgb(230,63,42); }

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