Html Css Color HEX #C8243B Cardinal

📋 copy color: '#C8243B'

red 200 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #C8243B

Tints of Cardinal #C8243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20%

R = 67.8%
G = 12.2%
B = 20%

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

#C8243B (or 0xC8243B) is known color: Cardinal. HEX triplet: C8, 24 and 3B. RGB value is (200,36,59). Sum of RGB (Red+Green+Blue) = 200+36+59=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8243B is #37DBC4. Grayscale: #575757. Windows color (decimal): -3660741 or 3876040. OLE color: 3876040.

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

Color convert

RGB 200 36 59 -
CMYK 0 0.82 0.70 0.22
HSL 351.59º 0.69% 0.46% -
HSV(B) 351.59º 0.82% 0.78% -
XYZ 25.24 13.86 5.48 -
YUV 87.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 200 36 59 0 0.82 0.70 0.22 351.59 0.69 0.46
Hex C8 24 3B 0 52 46 16 160 45 2E
Octal 310 44 73 0 122 106 26 540 105 56
Binary 11001000 100100 111011 0 1010010 1000110 10110 101100000 1000101 101110

Color Harmonies of #C8243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8243B

Black with #C8243B

Text Example


Text Example

White with #C8243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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