Html Css Color HEX #C8203F Cardinal

📋 copy color: '#C8203F'

red 200 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #C8203F

Tints of Cardinal #C8203F

RGB

 RED value IS 200 (78.52% from 255) = 67.8%

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

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

R = 67.8%
G = 10.85%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8203F (or 0xC8203F) is known color: Cardinal. HEX triplet: C8, 20 and 3F. RGB value is (200,32,63). Sum of RGB (Red+Green+Blue) = 200+32+63=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8203F is #37DFC0. Grayscale: #555555. Windows color (decimal): -3661761 or 4137160. OLE color: 4137160.

HSL color Cylindrical-coordinate representation of color #C8203F: hue angle of 348.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8203F is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 63 -
CMYK 0 0.84 0.68 0.22
HSL 348.93º 0.72% 0.45% -
HSV(B) 348.93º 0.84% 0.78% -
XYZ 25.23 13.67 6.01 -
YUV 85.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 200 32 63 0 0.84 0.68 0.22 348.93 0.72 0.45
Hex C8 20 3F 0 54 44 16 15D 48 2D
Octal 310 40 77 0 124 104 26 535 110 55
Binary 11001000 100000 111111 0 1010100 1000100 10110 101011101 1001000 101101

Color Harmonies of #C8203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8203F

Black with #C8203F

Text Example


Text Example

White with #C8203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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