Html Css Color HEX #D63D2F Cinnabar

📋 copy color: '#D63D2F'

red 214 ◦ green 61 ◦ blue 47

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

Shades of Cinnabar #D63D2F

Tints of Cinnabar #D63D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.94%

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 66.46%
G = 18.94%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63D2F (or 0xD63D2F) is known color: Cinnabar. HEX triplet: D6, 3D and 2F. RGB value is (214,61,47). Sum of RGB (Red+Green+Blue) = 214+61+47=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D2F is #29C2D0. Grayscale: #696969. Windows color (decimal): -2736849 or 3096022. OLE color: 3096022.

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

Color convert

RGB 214 61 47 -
CMYK 0 0.71 0.78 0.16
HSL 5.03º 0.67% 0.51% -
HSV(B) 5.03º 0.78% 0.84% -
XYZ 29.91 17.84 4.56 -
YUV 105.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 214 61 47 0 0.71 0.78 0.16 5.03 0.67 0.51
Hex D6 3D 2F 0 47 4E 10 5 43 33
Octal 326 75 57 0 107 116 20 5 103 63
Binary 11010110 111101 101111 0 1000111 1001110 10000 101 1000011 110011

Color Harmonies of #D63D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D2F

Black with #D63D2F

Text Example


Text Example

White with #D63D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D2F; }

 p { color: rgb(214,61,47); }

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

background-color css

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

 a { background-color: rgb(214,61,47); }

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

border-color css

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

 span { border-color: rgb(214,61,47); }

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