Html Css Color HEX #C7252E Cardinal

📋 copy color: '#C7252E'

red 199 ◦ green 37 ◦ blue 46

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

Shades of Cardinal #C7252E

Tints of Cardinal #C7252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 70.57%
G = 13.12%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7252E (or 0xC7252E) is known color: Cardinal. HEX triplet: C7, 25 and 2E. RGB value is (199,37,46). Sum of RGB (Red+Green+Blue) = 199+37+46=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7252E is #38DAD1. Grayscale: #565656. Windows color (decimal): -3726034 or 3024327. OLE color: 3024327.

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

Color convert

RGB 199 37 46 -
CMYK 0 0.81 0.77 0.22
HSL 356.67º 0.69% 0.46% -
HSV(B) 356.67º 0.81% 0.78% -
XYZ 24.71 13.66 3.92 -
YUV 86.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 199 37 46 0 0.81 0.77 0.22 356.67 0.69 0.46
Hex C7 25 2E 0 51 4D 16 165 45 2E
Octal 307 45 56 0 121 115 26 545 105 56
Binary 11000111 100101 101110 0 1010001 1001101 10110 101100101 1000101 101110

Color Harmonies of #C7252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7252E

Black with #C7252E

Text Example


Text Example

White with #C7252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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