Html Css Color HEX #C7253E Cardinal

📋 copy color: '#C7253E'

red 199 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #C7253E

Tints of Cardinal #C7253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 66.78%
G = 12.42%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7253E (or 0xC7253E) is known color: Cardinal. HEX triplet: C7, 25 and 3E. RGB value is (199,37,62). Sum of RGB (Red+Green+Blue) = 199+37+62=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7253E is #38DAC1. Grayscale: #585858. Windows color (decimal): -3726018 or 4072903. OLE color: 4072903.

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

Color convert

RGB 199 37 62 -
CMYK 0 0.81 0.69 0.22
HSL 350.74º 0.69% 0.46% -
HSV(B) 350.74º 0.81% 0.78% -
XYZ 25.08 13.81 5.9 -
YUV 88.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 199 37 62 0 0.81 0.69 0.22 350.74 0.69 0.46
Hex C7 25 3E 0 51 45 16 15F 45 2E
Octal 307 45 76 0 121 105 26 537 105 56
Binary 11000111 100101 111110 0 1010001 1000101 10110 101011111 1000101 101110

Color Harmonies of #C7253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7253E

Black with #C7253E

Text Example


Text Example

White with #C7253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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