Html Css Color HEX #D01F44 Cardinal

📋 copy color: '#D01F44'

red 208 ◦ green 31 ◦ blue 68

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

Shades of Cardinal #D01F44

Tints of Cardinal #D01F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 67.75%
G = 10.1%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D01F44 (or 0xD01F44) is known color: Cardinal. HEX triplet: D0, 1F and 44. RGB value is (208,31,68). Sum of RGB (Red+Green+Blue) = 208+31+68=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F44 is #2FE0BB. Grayscale: #585858. Windows color (decimal): -3137724 or 4464592. OLE color: 4464592.

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

Color convert

RGB 208 31 68 -
CMYK 0 0.85 0.67 0.18
HSL 347.46º 0.74% 0.47% -
HSV(B) 347.46º 0.85% 0.82% -
XYZ 27.55 14.81 6.88 -
YUV 88.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 208 31 68 0 0.85 0.67 0.18 347.46 0.74 0.47
Hex D0 1F 44 0 55 43 12 15B 4A 2F
Octal 320 37 104 0 125 103 22 533 112 57
Binary 11010000 11111 1000100 0 1010101 1000011 10010 101011011 1001010 101111

Color Harmonies of #D01F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F44

Black with #D01F44

Text Example


Text Example

White with #D01F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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