Html Css Color HEX #C8242C Cardinal

📋 copy color: '#C8242C'

red 200 ◦ green 36 ◦ blue 44

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

Shades of Cardinal #C8242C

Tints of Cardinal #C8242C

RGB

 RED value IS 200 (78.52% from 255) = 71.43%

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

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 71.43%
G = 12.86%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8242C (or 0xC8242C) is known color: Cardinal. HEX triplet: C8, 24 and 2C. RGB value is (200,36,44). Sum of RGB (Red+Green+Blue) = 200+36+44=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8242C is #37DBD3. Grayscale: #565656. Windows color (decimal): -3660756 or 2893000. OLE color: 2893000.

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

Color convert

RGB 200 36 44 -
CMYK 0 0.82 0.78 0.22
HSL 357.07º 0.69% 0.46% -
HSV(B) 357.07º 0.82% 0.78% -
XYZ 24.9 13.72 3.72 -
YUV 85.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 200 36 44 0 0.82 0.78 0.22 357.07 0.69 0.46
Hex C8 24 2C 0 52 4E 16 165 45 2E
Octal 310 44 54 0 122 116 26 545 105 56
Binary 11001000 100100 101100 0 1010010 1001110 10110 101100101 1000101 101110

Color Harmonies of #C8242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8242C

Black with #C8242C

Text Example


Text Example

White with #C8242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8242C; }

 p { color: rgb(200,36,44); }

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

background-color css

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

 a { background-color: rgb(200,36,44); }

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

border-color css

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

 span { border-color: rgb(200,36,44); }

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