Html Css Color HEX #C7203F Cardinal

📋 copy color: '#C7203F'

red 199 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #C7203F

Tints of Cardinal #C7203F

RGB

 RED value IS 199 (78.13% from 255) = 67.69%

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

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

R = 67.69%
G = 10.88%
B = 21.43%

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

#C7203F (or 0xC7203F) is known color: Cardinal. HEX triplet: C7, 20 and 3F. RGB value is (199,32,63). Sum of RGB (Red+Green+Blue) = 199+32+63=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7203F is #38DFC0. Grayscale: #555555. Windows color (decimal): -3727297 or 4137159. OLE color: 4137159.

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

Color convert

RGB 199 32 63 -
CMYK 0 0.84 0.68 0.22
HSL 348.86º 0.72% 0.45% -
HSV(B) 348.86º 0.84% 0.78% -
XYZ 24.97 13.53 6 -
YUV 85.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 199 32 63 0 0.84 0.68 0.22 348.86 0.72 0.45
Hex C7 20 3F 0 54 44 16 15D 48 2D
Octal 307 40 77 0 124 104 26 535 110 55
Binary 11000111 100000 111111 0 1010100 1000100 10110 101011101 1001000 101101

Color Harmonies of #C7203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7203F

Black with #C7203F

Text Example


Text Example

White with #C7203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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