Html Css Color HEX #CD203B Cardinal

📋 copy color: '#CD203B'

red 205 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #CD203B

Tints of Cardinal #CD203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 69.26%
G = 10.81%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD203B (or 0xCD203B) is known color: Cardinal. HEX triplet: CD, 20 and 3B. RGB value is (205,32,59). Sum of RGB (Red+Green+Blue) = 205+32+59=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD203B is #32DFC4. Grayscale: #565656. Windows color (decimal): -3334085 or 3875021. OLE color: 3875021.

HSL color Cylindrical-coordinate representation of color #CD203B: hue angle of 350.64º 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 #CD203B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 59 -
CMYK 0 0.84 0.71 0.20
HSL 350.64º 0.73% 0.46% -
HSV(B) 350.64º 0.84% 0.8% -
XYZ 26.48 14.33 5.51 -
YUV 86.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 205 32 59 0 0.84 0.71 0.20 350.64 0.73 0.46
Hex CD 20 3B 0 54 47 14 15F 49 2E
Octal 315 40 73 0 124 107 24 537 111 56
Binary 11001101 100000 111011 0 1010100 1000111 10100 101011111 1001001 101110

Color Harmonies of #CD203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD203B

Black with #CD203B

Text Example


Text Example

White with #CD203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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