Html Css Color HEX #D01C38 Cardinal

📋 copy color: '#D01C38'

red 208 ◦ green 28 ◦ blue 56

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

Shades of Cardinal #D01C38

Tints of Cardinal #D01C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 71.23%
G = 9.59%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D01C38 (or 0xD01C38) is known color: Cardinal. HEX triplet: D0, 1C and 38. RGB value is (208,28,56). Sum of RGB (Red+Green+Blue) = 208+28+56=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C38 is #2FE3C7. Grayscale: #555555. Windows color (decimal): -3138504 or 3677392. OLE color: 3677392.

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

Color convert

RGB 208 28 56 -
CMYK 0 0.87 0.73 0.18
HSL 350.67º 0.76% 0.46% -
HSV(B) 350.67º 0.87% 0.82% -
XYZ 27.14 14.53 5.11 -
YUV 85.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 208 28 56 0 0.87 0.73 0.18 350.67 0.76 0.46
Hex D0 1C 38 0 57 49 12 15F 4C 2E
Octal 320 34 70 0 127 111 22 537 114 56
Binary 11010000 11100 111000 0 1010111 1001001 10010 101011111 1001100 101110

Color Harmonies of #D01C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C38

Black with #D01C38

Text Example


Text Example

White with #D01C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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