Html Css Color HEX #C7233C Cardinal

📋 copy color: '#C7233C'

red 199 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #C7233C

Tints of Cardinal #C7233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 67.69%
G = 11.9%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7233C (or 0xC7233C) is known color: Cardinal. HEX triplet: C7, 23 and 3C. RGB value is (199,35,60). Sum of RGB (Red+Green+Blue) = 199+35+60=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7233C is #38DCC3. Grayscale: #565656. Windows color (decimal): -3726532 or 3941319. OLE color: 3941319.

HSL color Cylindrical-coordinate representation of color #C7233C: hue angle of 350.85º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7233C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 60 -
CMYK 0 0.82 0.70 0.22
HSL 350.85º 0.7% 0.46% -
HSV(B) 350.85º 0.82% 0.78% -
XYZ 24.97 13.67 5.6 -
YUV 86.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 199 35 60 0 0.82 0.70 0.22 350.85 0.7 0.46
Hex C7 23 3C 0 52 46 16 15F 46 2E
Octal 307 43 74 0 122 106 26 537 106 56
Binary 11000111 100011 111100 0 1010010 1000110 10110 101011111 1000110 101110

Color Harmonies of #C7233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7233C

Black with #C7233C

Text Example


Text Example

White with #C7233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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