Html Css Color HEX #D01E2F Cardinal

📋 copy color: '#D01E2F'

red 208 ◦ green 30 ◦ blue 47

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

Shades of Cardinal #D01E2F

Tints of Cardinal #D01E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.53%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 72.98%
G = 10.53%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D01E2F (or 0xD01E2F) is known color: Cardinal. HEX triplet: D0, 1E and 2F. RGB value is (208,30,47). Sum of RGB (Red+Green+Blue) = 208+30+47=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E2F is #2FE1D0. Grayscale: #555555. Windows color (decimal): -3138001 or 3088080. OLE color: 3088080.

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

Color convert

RGB 208 30 47 -
CMYK 0 0.86 0.77 0.18
HSL 354.27º 0.75% 0.47% -
HSV(B) 354.27º 0.86% 0.82% -
XYZ 26.99 14.54 4.07 -
YUV 85.16 106.47 215.62 -
System Red Green Blue C M Y K H S L
Decimal 208 30 47 0 0.86 0.77 0.18 354.27 0.75 0.47
Hex D0 1E 2F 0 56 4D 12 162 4B 2F
Octal 320 36 57 0 126 115 22 542 113 57
Binary 11010000 11110 101111 0 1010110 1001101 10010 101100010 1001011 101111

Color Harmonies of #D01E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E2F

Black with #D01E2F

Text Example


Text Example

White with #D01E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E2F; }

 p { color: rgb(208,30,47); }

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

background-color css

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

 a { background-color: rgb(208,30,47); }

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

border-color css

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

 span { border-color: rgb(208,30,47); }

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