Html Css Color HEX #C7243C Cardinal

📋 copy color: '#C7243C'

red 199 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #C7243C

Tints of Cardinal #C7243C

RGB

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

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

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

R = 67.46%
G = 12.2%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7243C (or 0xC7243C) is known color: Cardinal. HEX triplet: C7, 24 and 3C. RGB value is (199,36,60). Sum of RGB (Red+Green+Blue) = 199+36+60=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7243C is #38DBC3. Grayscale: #575757. Windows color (decimal): -3726276 or 3941575. OLE color: 3941575.

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

Color convert

RGB 199 36 60 -
CMYK 0 0.82 0.70 0.22
HSL 351.17º 0.69% 0.46% -
HSV(B) 351.17º 0.82% 0.78% -
XYZ 25 13.73 5.61 -
YUV 87.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 199 36 60 0 0.82 0.70 0.22 351.17 0.69 0.46
Hex C7 24 3C 0 52 46 16 15F 45 2E
Octal 307 44 74 0 122 106 26 537 105 56
Binary 11000111 100100 111100 0 1010010 1000110 10110 101011111 1000101 101110

Color Harmonies of #C7243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7243C

Black with #C7243C

Text Example


Text Example

White with #C7243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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