Html Css Color HEX #C6243F Cardinal

📋 copy color: '#C6243F'

red 198 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #C6243F

Tints of Cardinal #C6243F

RGB

 RED value IS 198 (77.73% from 255) = 66.67%

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

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

R = 66.67%
G = 12.12%
B = 21.21%

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

#C6243F (or 0xC6243F) is known color: Cardinal. HEX triplet: C6, 24 and 3F. RGB value is (198,36,63). Sum of RGB (Red+Green+Blue) = 198+36+63=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6243F is #39DBC0. Grayscale: #575757. Windows color (decimal): -3791809 or 4138182. OLE color: 4138182.

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

Color convert

RGB 198 36 63 -
CMYK 0 0.82 0.68 0.22
HSL 350º 0.69% 0.46% -
HSV(B) 350º 0.82% 0.78% -
XYZ 24.82 13.63 6.02 -
YUV 87.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 198 36 63 0 0.82 0.68 0.22 350 0.69 0.46
Hex C6 24 3F 0 52 44 16 15E 45 2E
Octal 306 44 77 0 122 104 26 536 105 56
Binary 11000110 100100 111111 0 1010010 1000100 10110 101011110 1000101 101110

Color Harmonies of #C6243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6243F

Black with #C6243F

Text Example


Text Example

White with #C6243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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