Html Css Color HEX #D0233F Cardinal

📋 copy color: '#D0233F'

red 208 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #D0233F

Tints of Cardinal #D0233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.59%

R = 67.97%
G = 11.44%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0233F (or 0xD0233F) is known color: Cardinal. HEX triplet: D0, 23 and 3F. RGB value is (208,35,63). Sum of RGB (Red+Green+Blue) = 208+35+63=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0233F is #2FDCC0. Grayscale: #595959. Windows color (decimal): -3136705 or 4137936. OLE color: 4137936.

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

Color convert

RGB 208 35 63 -
CMYK 0 0.83 0.70 0.18
HSL 350.29º 0.71% 0.48% -
HSV(B) 350.29º 0.83% 0.82% -
XYZ 27.51 14.97 6.14 -
YUV 89.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 208 35 63 0 0.83 0.70 0.18 350.29 0.71 0.48
Hex D0 23 3F 0 53 46 12 15E 47 30
Octal 320 43 77 0 123 106 22 536 107 60
Binary 11010000 100011 111111 0 1010011 1000110 10010 101011110 1000111 110000

Color Harmonies of #D0233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0233F

Black with #D0233F

Text Example


Text Example

White with #D0233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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