Html Css Color HEX #C8203B Cardinal

📋 copy color: '#C8203B'

red 200 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #C8203B

Tints of Cardinal #C8203B

RGB

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

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

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

R = 68.73%
G = 11%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8203B (or 0xC8203B) is known color: Cardinal. HEX triplet: C8, 20 and 3B. RGB value is (200,32,59). Sum of RGB (Red+Green+Blue) = 200+32+59=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C8203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8203B is #37DFC4. Grayscale: #555555. Windows color (decimal): -3661765 or 3875016. OLE color: 3875016.

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

Color convert

RGB 200 32 59 -
CMYK 0 0.84 0.70 0.22
HSL 350.36º 0.72% 0.45% -
HSV(B) 350.36º 0.84% 0.78% -
XYZ 25.13 13.63 5.44 -
YUV 85.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 200 32 59 0 0.84 0.70 0.22 350.36 0.72 0.45
Hex C8 20 3B 0 54 46 16 15E 48 2D
Octal 310 40 73 0 124 106 26 536 110 55
Binary 11001000 100000 111011 0 1010100 1000110 10110 101011110 1001000 101101

Color Harmonies of #C8203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8203B

Black with #C8203B

Text Example


Text Example

White with #C8203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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