Html Css Color HEX #D62145 Crimson

📋 copy color: '#D62145'

red 214 ◦ green 33 ◦ blue 69

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

Shades of Crimson #D62145

Tints of Crimson #D62145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 67.72%
G = 10.44%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D62145 (or 0xD62145) is known color: Crimson. HEX triplet: D6, 21 and 45. RGB value is (214,33,69). Sum of RGB (Red+Green+Blue) = 214+33+69=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D62145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62145 is #29DEBA. Grayscale: #5B5B5B. Windows color (decimal): -2743995 or 4530646. OLE color: 4530646.

HSL color Cylindrical-coordinate representation of color #D62145: hue angle of 348.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62145 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 69 -
CMYK 0 0.85 0.68 0.16
HSL 348.07º 0.73% 0.48% -
HSV(B) 348.07º 0.85% 0.84% -
XYZ 29.35 15.81 7.14 -
YUV 91.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 214 33 69 0 0.85 0.68 0.16 348.07 0.73 0.48
Hex D6 21 45 0 55 44 10 15C 49 30
Octal 326 41 105 0 125 104 20 534 111 60
Binary 11010110 100001 1000101 0 1010101 1000100 10000 101011100 1001001 110000

Color Harmonies of #D62145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62145

Black with #D62145

Text Example


Text Example

White with #D62145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62145; }

 p { color: rgb(214,33,69); }

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

background-color css

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

 a { background-color: rgb(214,33,69); }

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

border-color css

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

 span { border-color: rgb(214,33,69); }

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