Html Css Color HEX #D63F33 Cinnabar

📋 copy color: '#D63F33'

red 214 ◦ green 63 ◦ blue 51

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

Shades of Cinnabar #D63F33

Tints of Cinnabar #D63F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 65.24%
G = 19.21%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63F33 (or 0xD63F33) is known color: Cinnabar. HEX triplet: D6, 3F and 33. RGB value is (214,63,51). Sum of RGB (Red+Green+Blue) = 214+63+51=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F33 is #29C0CC. Grayscale: #6A6A6A. Windows color (decimal): -2736333 or 3358678. OLE color: 3358678.

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

Color convert

RGB 214 63 51 -
CMYK 0 0.71 0.76 0.16
HSL 4.42º 0.67% 0.52% -
HSV(B) 4.42º 0.76% 0.84% -
XYZ 30.11 18.09 5.04 -
YUV 106.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 214 63 51 0 0.71 0.76 0.16 4.42 0.67 0.52
Hex D6 3F 33 0 47 4C 10 4 43 34
Octal 326 77 63 0 107 114 20 4 103 64
Binary 11010110 111111 110011 0 1000111 1001100 10000 100 1000011 110100

Color Harmonies of #D63F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F33

Black with #D63F33

Text Example


Text Example

White with #D63F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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