Html Css Color HEX #D01F41 Cardinal

📋 copy color: '#D01F41'

red 208 ◦ green 31 ◦ blue 65

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

Shades of Cardinal #D01F41

Tints of Cardinal #D01F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 68.42%
G = 10.2%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D01F41 (or 0xD01F41) is known color: Cardinal. HEX triplet: D0, 1F and 41. RGB value is (208,31,65). Sum of RGB (Red+Green+Blue) = 208+31+65=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F41 is #2FE0BE. Grayscale: #575757. Windows color (decimal): -3137727 or 4267984. OLE color: 4267984.

HSL color Cylindrical-coordinate representation of color #D01F41: hue angle of 348.47º degrees, saturation: 0.74, 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 #D01F41 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 31 65 -
CMYK 0 0.85 0.69 0.18
HSL 348.47º 0.74% 0.47% -
HSV(B) 348.47º 0.85% 0.82% -
XYZ 27.46 14.77 6.41 -
YUV 87.8 115.14 213.74 -
System Red Green Blue C M Y K H S L
Decimal 208 31 65 0 0.85 0.69 0.18 348.47 0.74 0.47
Hex D0 1F 41 0 55 45 12 15C 4A 2F
Octal 320 37 101 0 125 105 22 534 112 57
Binary 11010000 11111 1000001 0 1010101 1000101 10010 101011100 1001010 101111

Color Harmonies of #D01F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F41

Black with #D01F41

Text Example


Text Example

White with #D01F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F41; }

 p { color: rgb(208,31,65); }

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

background-color css

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

 a { background-color: rgb(208,31,65); }

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

border-color css

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

 span { border-color: rgb(208,31,65); }

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