Html Css Color HEX #C8242D Cardinal

📋 copy color: '#C8242D'

red 200 ◦ green 36 ◦ blue 45

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

Shades of Cardinal #C8242D

Tints of Cardinal #C8242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 71.17%
G = 12.81%
B = 16.01%

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

#C8242D (or 0xC8242D) is known color: Cardinal. HEX triplet: C8, 24 and 2D. RGB value is (200,36,45). Sum of RGB (Red+Green+Blue) = 200+36+45=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8242D is #37DBD2. Grayscale: #565656. Windows color (decimal): -3660755 or 2958536. OLE color: 2958536.

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

Color convert

RGB 200 36 45 -
CMYK 0 0.82 0.78 0.22
HSL 356.71º 0.69% 0.46% -
HSV(B) 356.71º 0.82% 0.78% -
XYZ 24.92 13.73 3.82 -
YUV 86.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 200 36 45 0 0.82 0.78 0.22 356.71 0.69 0.46
Hex C8 24 2D 0 52 4E 16 165 45 2E
Octal 310 44 55 0 122 116 26 545 105 56
Binary 11001000 100100 101101 0 1010010 1001110 10110 101100101 1000101 101110

Color Harmonies of #C8242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8242D

Black with #C8242D

Text Example


Text Example

White with #C8242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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