Html Css Color HEX #C7242E Cardinal

📋 copy color: '#C7242E'

red 199 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #C7242E

Tints of Cardinal #C7242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 70.82%
G = 12.81%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7242E (or 0xC7242E) is known color: Cardinal. HEX triplet: C7, 24 and 2E. RGB value is (199,36,46). Sum of RGB (Red+Green+Blue) = 199+36+46=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7242E is #38DBD1. Grayscale: #565656. Windows color (decimal): -3726290 or 3024071. OLE color: 3024071.

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

Color convert

RGB 199 36 46 -
CMYK 0 0.82 0.77 0.22
HSL 356.32º 0.69% 0.46% -
HSV(B) 356.32º 0.82% 0.78% -
XYZ 24.68 13.6 3.91 -
YUV 85.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 199 36 46 0 0.82 0.77 0.22 356.32 0.69 0.46
Hex C7 24 2E 0 52 4D 16 164 45 2E
Octal 307 44 56 0 122 115 26 544 105 56
Binary 11000111 100100 101110 0 1010010 1001101 10110 101100100 1000101 101110

Color Harmonies of #C7242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7242E

Black with #C7242E

Text Example


Text Example

White with #C7242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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