Html Css Color HEX #D01F30 Cardinal

📋 copy color: '#D01F30'

red 208 ◦ green 31 ◦ blue 48

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

Shades of Cardinal #D01F30

Tints of Cardinal #D01F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 72.47%
G = 10.8%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D01F30 (or 0xD01F30) is known color: Cardinal. HEX triplet: D0, 1F and 30. RGB value is (208,31,48). Sum of RGB (Red+Green+Blue) = 208+31+48=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F30 is #2FE0CF. Grayscale: #555555. Windows color (decimal): -3137744 or 3153872. OLE color: 3153872.

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

Color convert

RGB 208 31 48 -
CMYK 0 0.85 0.77 0.18
HSL 354.24º 0.74% 0.47% -
HSV(B) 354.24º 0.85% 0.82% -
XYZ 27.04 14.6 4.19 -
YUV 85.86 106.64 215.12 -
System Red Green Blue C M Y K H S L
Decimal 208 31 48 0 0.85 0.77 0.18 354.24 0.74 0.47
Hex D0 1F 30 0 55 4D 12 162 4A 2F
Octal 320 37 60 0 125 115 22 542 112 57
Binary 11010000 11111 110000 0 1010101 1001101 10010 101100010 1001010 101111

Color Harmonies of #D01F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F30

Black with #D01F30

Text Example


Text Example

White with #D01F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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