Html Css Color HEX #D60333 Crimson

📋 copy color: '#D60333'

red 214 ◦ green 3 ◦ blue 51

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

Shades of Crimson #D60333

Tints of Crimson #D60333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 79.85%
G = 1.12%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D60333 (or 0xD60333) is known color: Crimson. HEX triplet: D6, 03 and 33. RGB value is (214,3,51). Sum of RGB (Red+Green+Blue) = 214+3+51=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D60333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60333 is #29FCCC. Grayscale: #474747. Windows color (decimal): -2751693 or 3343318. OLE color: 3343318.

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

Color convert

RGB 214 3 51 -
CMYK 0 0.99 0.76 0.16
HSL 346.35º 0.97% 0.43% -
HSV(B) 346.35º 0.99% 0.84% -
XYZ 28.36 14.6 4.46 -
YUV 71.56 116.4 229.6 -
System Red Green Blue C M Y K H S L
Decimal 214 3 51 0 0.99 0.76 0.16 346.35 0.97 0.43
Hex D6 3 33 0 63 4C 10 15A 61 2B
Octal 326 3 63 0 143 114 20 532 141 53
Binary 11010110 11 110011 0 1100011 1001100 10000 101011010 1100001 101011

Color Harmonies of #D60333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60333

Black with #D60333

Text Example


Text Example

White with #D60333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60333; }

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

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

background-color css

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

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

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

border-color css

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

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

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