Html Css Color HEX #C7203C Cardinal

📋 copy color: '#C7203C'

red 199 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #C7203C

Tints of Cardinal #C7203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 68.38%
G = 11%
B = 20.62%

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

#C7203C (or 0xC7203C) is known color: Cardinal. HEX triplet: C7, 20 and 3C. RGB value is (199,32,60). Sum of RGB (Red+Green+Blue) = 199+32+60=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7203C is #38DFC3. Grayscale: #555555. Windows color (decimal): -3727300 or 3940551. OLE color: 3940551.

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

Color convert

RGB 199 32 60 -
CMYK 0 0.84 0.70 0.22
HSL 349.94º 0.72% 0.45% -
HSV(B) 349.94º 0.84% 0.78% -
XYZ 24.89 13.5 5.57 -
YUV 85.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 199 32 60 0 0.84 0.70 0.22 349.94 0.72 0.45
Hex C7 20 3C 0 54 46 16 15E 48 2D
Octal 307 40 74 0 124 106 26 536 110 55
Binary 11000111 100000 111100 0 1010100 1000110 10110 101011110 1001000 101101

Color Harmonies of #C7203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7203C

Black with #C7203C

Text Example


Text Example

White with #C7203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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