Html Css Color HEX #CD203F Cardinal

📋 copy color: '#CD203F'

red 205 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #CD203F

Tints of Cardinal #CD203F

RGB

 RED value IS 205 (80.47% from 255) = 68.33%

 GREEN value IS 32 (12.89% from 255) = 10.67%

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

R = 68.33%
G = 10.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD203F (or 0xCD203F) is known color: Cardinal. HEX triplet: CD, 20 and 3F. RGB value is (205,32,63). Sum of RGB (Red+Green+Blue) = 205+32+63=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD203F is #32DFC0. Grayscale: #575757. Windows color (decimal): -3334081 or 4137165. OLE color: 4137165.

HSL color Cylindrical-coordinate representation of color #CD203F: hue angle of 349.25º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD203F is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 63 -
CMYK 0 0.84 0.69 0.20
HSL 349.25º 0.73% 0.46% -
HSV(B) 349.25º 0.84% 0.8% -
XYZ 26.59 14.37 6.08 -
YUV 87.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 205 32 63 0 0.84 0.69 0.20 349.25 0.73 0.46
Hex CD 20 3F 0 54 45 14 15D 49 2E
Octal 315 40 77 0 124 105 24 535 111 56
Binary 11001101 100000 111111 0 1010100 1000101 10100 101011101 1001001 101110

Color Harmonies of #CD203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD203F

Black with #CD203F

Text Example


Text Example

White with #CD203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD203F; }

 p { color: rgb(205,32,63); }

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

background-color css

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

 a { background-color: rgb(205,32,63); }

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

border-color css

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

 span { border-color: rgb(205,32,63); }

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