Html Css Color HEX #D01C3C Cardinal

📋 copy color: '#D01C3C'

red 208 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #D01C3C

Tints of Cardinal #D01C3C

RGB

 RED value IS 208 (81.64% from 255) = 70.27%

 GREEN value IS 28 (11.33% from 255) = 9.46%

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

R = 70.27%
G = 9.46%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D01C3C (or 0xD01C3C) is known color: Cardinal. HEX triplet: D0, 1C and 3C. RGB value is (208,28,60). Sum of RGB (Red+Green+Blue) = 208+28+60=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C3C is #2FE3C3. Grayscale: #555555. Windows color (decimal): -3138500 or 3939536. OLE color: 3939536.

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

Color convert

RGB 208 28 60 -
CMYK 0 0.87 0.71 0.18
HSL 349.33º 0.76% 0.46% -
HSV(B) 349.33º 0.87% 0.82% -
XYZ 27.24 14.57 5.65 -
YUV 85.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 208 28 60 0 0.87 0.71 0.18 349.33 0.76 0.46
Hex D0 1C 3C 0 57 47 12 15D 4C 2E
Octal 320 34 74 0 127 107 22 535 114 56
Binary 11010000 11100 111100 0 1010111 1000111 10010 101011101 1001100 101110

Color Harmonies of #D01C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C3C

Black with #D01C3C

Text Example


Text Example

White with #D01C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C3C; }

 p { color: rgb(208,28,60); }

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

background-color css

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

 a { background-color: rgb(208,28,60); }

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

border-color css

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

 span { border-color: rgb(208,28,60); }

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