Html Css Color HEX #D00633 Crimson

📋 copy color: '#D00633'

red 208 ◦ green 6 ◦ blue 51

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

Shades of Crimson #D00633

Tints of Crimson #D00633

RGB

 RED value IS 208 (81.64% from 255) = 78.49%

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 78.49%
G = 2.26%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00633 (or 0xD00633) is known color: Crimson. HEX triplet: D0, 06 and 33. RGB value is (208,6,51). Sum of RGB (Red+Green+Blue) = 208+6+51=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D00633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00633 is #2FF9CC. Grayscale: #474747. Windows color (decimal): -3144141 or 3344080. OLE color: 3344080.

HSL color Cylindrical-coordinate representation of color #D00633: hue angle of 346.63º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00633 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 51 -
CMYK 0 0.97 0.75 0.18
HSL 346.63º 0.94% 0.42% -
HSV(B) 346.63º 0.97% 0.82% -
XYZ 26.68 13.78 4.39 -
YUV 71.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 208 6 51 0 0.97 0.75 0.18 346.63 0.94 0.42
Hex D0 6 33 0 61 4B 12 15B 5E 2A
Octal 320 6 63 0 141 113 22 533 136 52
Binary 11010000 110 110011 0 1100001 1001011 10010 101011011 1011110 101010

Color Harmonies of #D00633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00633

Black with #D00633

Text Example


Text Example

White with #D00633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00633; }

 p { color: rgb(208,6,51); }

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

background-color css

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

 a { background-color: rgb(208,6,51); }

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

border-color css

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

 span { border-color: rgb(208,6,51); }

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