Html Css Color HEX #D1203C Cardinal

📋 copy color: '#D1203C'

red 209 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #D1203C

Tints of Cardinal #D1203C

RGB

 RED value IS 209 (82.03% from 255) = 69.44%

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 69.44%
G = 10.63%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1203C (or 0xD1203C) is known color: Cardinal. HEX triplet: D1, 20 and 3C. RGB value is (209,32,60). Sum of RGB (Red+Green+Blue) = 209+32+60=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1203C is #2EDFC3. Grayscale: #585858. Windows color (decimal): -3071940 or 3940561. OLE color: 3940561.

HSL color Cylindrical-coordinate representation of color #D1203C: hue angle of 350.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1203C is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 60 -
CMYK 0 0.85 0.71 0.18
HSL 350.51º 0.73% 0.47% -
HSV(B) 350.51º 0.85% 0.82% -
XYZ 27.63 14.91 5.7 -
YUV 88.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 209 32 60 0 0.85 0.71 0.18 350.51 0.73 0.47
Hex D1 20 3C 0 55 47 12 15F 49 2F
Octal 321 40 74 0 125 107 22 537 111 57
Binary 11010001 100000 111100 0 1010101 1000111 10010 101011111 1001001 101111

Color Harmonies of #D1203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1203C

Black with #D1203C

Text Example


Text Example

White with #D1203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1203C; }

 p { color: rgb(209,32,60); }

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

background-color css

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

 a { background-color: rgb(209,32,60); }

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

border-color css

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

 span { border-color: rgb(209,32,60); }

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