Html Css Color HEX #D0232F Cardinal

📋 copy color: '#D0232F'

red 208 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #D0232F

Tints of Cardinal #D0232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 71.72%
G = 12.07%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0232F (or 0xD0232F) is known color: Cardinal. HEX triplet: D0, 23 and 2F. RGB value is (208,35,47). Sum of RGB (Red+Green+Blue) = 208+35+47=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0232F is #2FDCD0. Grayscale: #585858. Windows color (decimal): -3136721 or 3089360. OLE color: 3089360.

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

Color convert

RGB 208 35 47 -
CMYK 0 0.83 0.77 0.18
HSL 355.84º 0.71% 0.48% -
HSV(B) 355.84º 0.83% 0.82% -
XYZ 27.13 14.82 4.12 -
YUV 88.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 208 35 47 0 0.83 0.77 0.18 355.84 0.71 0.48
Hex D0 23 2F 0 53 4D 12 164 47 30
Octal 320 43 57 0 123 115 22 544 107 60
Binary 11010000 100011 101111 0 1010011 1001101 10010 101100100 1000111 110000

Color Harmonies of #D0232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0232F

Black with #D0232F

Text Example


Text Example

White with #D0232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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