Html Css Color HEX #D63F36 Cinnabar

📋 copy color: '#D63F36'

red 214 ◦ green 63 ◦ blue 54

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

Shades of Cinnabar #D63F36

Tints of Cinnabar #D63F36

RGB

 RED value IS 214 (83.98% from 255) = 64.65%

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 64.65%
G = 19.03%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D63F36 (or 0xD63F36) is known color: Cinnabar. HEX triplet: D6, 3F and 36. RGB value is (214,63,54). Sum of RGB (Red+Green+Blue) = 214+63+54=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F36 is #29C0C9. Grayscale: #6B6B6B. Windows color (decimal): -2736330 or 3555286. OLE color: 3555286.

HSL color Cylindrical-coordinate representation of color #D63F36: hue angle of 3.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63F36 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 63 54 -
CMYK 0 0.71 0.75 0.16
HSL 3.38º 0.66% 0.53% -
HSV(B) 3.38º 0.75% 0.84% -
XYZ 30.17 18.12 5.4 -
YUV 107.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 214 63 54 0 0.71 0.75 0.16 3.38 0.66 0.53
Hex D6 3F 36 0 47 4B 10 3 42 35
Octal 326 77 66 0 107 113 20 3 102 65
Binary 11010110 111111 110110 0 1000111 1001011 10000 11 1000010 110101

Color Harmonies of #D63F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F36

Black with #D63F36

Text Example


Text Example

White with #D63F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F36; }

 p { color: rgb(214,63,54); }

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

background-color css

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

 a { background-color: rgb(214,63,54); }

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

border-color css

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

 span { border-color: rgb(214,63,54); }

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