Html Css Color HEX #D01C32 Cardinal

📋 copy color: '#D01C32'

red 208 ◦ green 28 ◦ blue 50

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

Shades of Cardinal #D01C32

Tints of Cardinal #D01C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 72.73%
G = 9.79%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D01C32 (or 0xD01C32) is known color: Cardinal. HEX triplet: D0, 1C and 32. RGB value is (208,28,50). Sum of RGB (Red+Green+Blue) = 208+28+50=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C32 is #2FE3CD. Grayscale: #545454. Windows color (decimal): -3138510 or 3284176. OLE color: 3284176.

HSL color Cylindrical-coordinate representation of color #D01C32: hue angle of 352.67º 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 #D01C32 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 50 -
CMYK 0 0.87 0.76 0.18
HSL 352.67º 0.76% 0.46% -
HSV(B) 352.67º 0.87% 0.82% -
XYZ 27 14.47 4.39 -
YUV 84.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 208 28 50 0 0.87 0.76 0.18 352.67 0.76 0.46
Hex D0 1C 32 0 57 4C 12 161 4C 2E
Octal 320 34 62 0 127 114 22 541 114 56
Binary 11010000 11100 110010 0 1010111 1001100 10010 101100001 1001100 101110

Color Harmonies of #D01C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C32

Black with #D01C32

Text Example


Text Example

White with #D01C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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