Html Css Color HEX #C8243F Cardinal

📋 copy color: '#C8243F'

red 200 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #C8243F

Tints of Cardinal #C8243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.07%

R = 66.89%
G = 12.04%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8243F (or 0xC8243F) is known color: Cardinal. HEX triplet: C8, 24 and 3F. RGB value is (200,36,63). Sum of RGB (Red+Green+Blue) = 200+36+63=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8243F is #37DBC0. Grayscale: #585858. Windows color (decimal): -3660737 or 4138184. OLE color: 4138184.

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

Color convert

RGB 200 36 63 -
CMYK 0 0.82 0.68 0.22
HSL 350.12º 0.69% 0.46% -
HSV(B) 350.12º 0.82% 0.78% -
XYZ 25.35 13.9 6.05 -
YUV 88.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 200 36 63 0 0.82 0.68 0.22 350.12 0.69 0.46
Hex C8 24 3F 0 52 44 16 15E 45 2E
Octal 310 44 77 0 122 104 26 536 105 56
Binary 11001000 100100 111111 0 1010010 1000100 10110 101011110 1000101 101110

Color Harmonies of #C8243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8243F

Black with #C8243F

Text Example


Text Example

White with #C8243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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