Html Css Color HEX #C7253C Cardinal

📋 copy color: '#C7253C'

red 199 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #C7253C

Tints of Cardinal #C7253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 67.23%
G = 12.5%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7253C (or 0xC7253C) is known color: Cardinal. HEX triplet: C7, 25 and 3C. RGB value is (199,37,60). Sum of RGB (Red+Green+Blue) = 199+37+60=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7253C is #38DAC3. Grayscale: #585858. Windows color (decimal): -3726020 or 3941831. OLE color: 3941831.

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

Color convert

RGB 199 37 60 -
CMYK 0 0.81 0.70 0.22
HSL 351.48º 0.69% 0.46% -
HSV(B) 351.48º 0.81% 0.78% -
XYZ 25.03 13.79 5.62 -
YUV 88.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 199 37 60 0 0.81 0.70 0.22 351.48 0.69 0.46
Hex C7 25 3C 0 51 46 16 15F 45 2E
Octal 307 45 74 0 121 106 26 537 105 56
Binary 11000111 100101 111100 0 1010001 1000110 10110 101011111 1000101 101110

Color Harmonies of #C7253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7253C

Black with #C7253C

Text Example


Text Example

White with #C7253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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