Html Css Color HEX #C7253A Cardinal

📋 copy color: '#C7253A'

red 199 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #C7253A

Tints of Cardinal #C7253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 67.69%
G = 12.59%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7253A (or 0xC7253A) is known color: Cardinal. HEX triplet: C7, 25 and 3A. RGB value is (199,37,58). Sum of RGB (Red+Green+Blue) = 199+37+58=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7253A is #38DAC5. Grayscale: #575757. Windows color (decimal): -3726022 or 3810759. OLE color: 3810759.

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

Color convert

RGB 199 37 58 -
CMYK 0 0.81 0.71 0.22
HSL 352.22º 0.69% 0.46% -
HSV(B) 352.22º 0.81% 0.78% -
XYZ 24.98 13.77 5.34 -
YUV 87.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 199 37 58 0 0.81 0.71 0.22 352.22 0.69 0.46
Hex C7 25 3A 0 51 47 16 160 45 2E
Octal 307 45 72 0 121 107 26 540 105 56
Binary 11000111 100101 111010 0 1010001 1000111 10110 101100000 1000101 101110

Color Harmonies of #C7253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7253A

Black with #C7253A

Text Example


Text Example

White with #C7253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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