Html Css Color HEX #D01A30 Cardinal

📋 copy color: '#D01A30'

red 208 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #D01A30

Tints of Cardinal #D01A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

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

R = 73.76%
G = 9.22%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D01A30 (or 0xD01A30) is known color: Cardinal. HEX triplet: D0, 1A and 30. RGB value is (208,26,48). Sum of RGB (Red+Green+Blue) = 208+26+48=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A30 is #2FE5CF. Grayscale: #535353. Windows color (decimal): -3139024 or 3152592. OLE color: 3152592.

HSL color Cylindrical-coordinate representation of color #D01A30: hue angle of 352.75º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A30 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 26 48 -
CMYK 0 0.88 0.77 0.18
HSL 352.75º 0.78% 0.46% -
HSV(B) 352.75º 0.88% 0.82% -
XYZ 26.92 14.36 4.15 -
YUV 82.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 208 26 48 0 0.88 0.77 0.18 352.75 0.78 0.46
Hex D0 1A 30 0 58 4D 12 161 4E 2E
Octal 320 32 60 0 130 115 22 541 116 56
Binary 11010000 11010 110000 0 1011000 1001101 10010 101100001 1001110 101110

Color Harmonies of #D01A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01A30

Black with #D01A30

Text Example


Text Example

White with #D01A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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