Html Css Color HEX #D60633 Crimson

📋 copy color: '#D60633'

red 214 ◦ green 6 ◦ blue 51

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

Shades of Crimson #D60633

Tints of Crimson #D60633

RGB

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

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

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

R = 78.97%
G = 2.21%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D60633 (or 0xD60633) is known color: Crimson. HEX triplet: D6, 06 and 33. RGB value is (214,6,51). Sum of RGB (Red+Green+Blue) = 214+6+51=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60633 is #29F9CC. Grayscale: #494949. Windows color (decimal): -2750925 or 3344086. OLE color: 3344086.

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

Color convert

RGB 214 6 51 -
CMYK 0 0.97 0.76 0.16
HSL 347.02º 0.95% 0.43% -
HSV(B) 347.02º 0.97% 0.84% -
XYZ 28.39 14.67 4.47 -
YUV 73.32 115.41 228.34 -
System Red Green Blue C M Y K H S L
Decimal 214 6 51 0 0.97 0.76 0.16 347.02 0.95 0.43
Hex D6 6 33 0 61 4C 10 15B 5F 2B
Octal 326 6 63 0 141 114 20 533 137 53
Binary 11010110 110 110011 0 1100001 1001100 10000 101011011 1011111 101011

Color Harmonies of #D60633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60633

Black with #D60633

Text Example


Text Example

White with #D60633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60633; }

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

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

background-color css

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

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

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

border-color css

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

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

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