Html Css Color HEX #D62345 Crimson

📋 copy color: '#D62345'

red 214 ◦ green 35 ◦ blue 69

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

Shades of Crimson #D62345

Tints of Crimson #D62345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

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

R = 67.3%
G = 11.01%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D62345 (or 0xD62345) is known color: Crimson. HEX triplet: D6, 23 and 45. RGB value is (214,35,69). Sum of RGB (Red+Green+Blue) = 214+35+69=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62345 is #29DCBA. Grayscale: #5C5C5C. Windows color (decimal): -2743483 or 4531158. OLE color: 4531158.

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

Color convert

RGB 214 35 69 -
CMYK 0 0.84 0.68 0.16
HSL 348.6º 0.72% 0.49% -
HSV(B) 348.6º 0.84% 0.84% -
XYZ 29.41 15.93 7.15 -
YUV 92.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 214 35 69 0 0.84 0.68 0.16 348.6 0.72 0.49
Hex D6 23 45 0 54 44 10 15D 48 31
Octal 326 43 105 0 124 104 20 535 110 61
Binary 11010110 100011 1000101 0 1010100 1000100 10000 101011101 1001000 110001

Color Harmonies of #D62345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62345

Black with #D62345

Text Example


Text Example

White with #D62345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62345; }

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

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

background-color css

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

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

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

border-color css

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

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

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