Html Css Color HEX #C8203D Cardinal

📋 copy color: '#C8203D'

red 200 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #C8203D

Tints of Cardinal #C8203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 68.26%
G = 10.92%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8203D (or 0xC8203D) is known color: Cardinal. HEX triplet: C8, 20 and 3D. RGB value is (200,32,61). Sum of RGB (Red+Green+Blue) = 200+32+61=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8203D is #37DFC2. Grayscale: #555555. Windows color (decimal): -3661763 or 4006088. OLE color: 4006088.

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

Color convert

RGB 200 32 61 -
CMYK 0 0.84 0.69 0.22
HSL 349.64º 0.72% 0.45% -
HSV(B) 349.64º 0.84% 0.78% -
XYZ 25.18 13.65 5.72 -
YUV 85.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 200 32 61 0 0.84 0.69 0.22 349.64 0.72 0.45
Hex C8 20 3D 0 54 45 16 15E 48 2D
Octal 310 40 75 0 124 105 26 536 110 55
Binary 11001000 100000 111101 0 1010100 1000101 10110 101011110 1001000 101101

Color Harmonies of #C8203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8203D

Black with #C8203D

Text Example


Text Example

White with #C8203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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