Html Css Color HEX #C6263C Cardinal

📋 copy color: '#C6263C'

red 198 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #C6263C

Tints of Cardinal #C6263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 66.89%
G = 12.84%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6263C (or 0xC6263C) is known color: Cardinal. HEX triplet: C6, 26 and 3C. RGB value is (198,38,60). Sum of RGB (Red+Green+Blue) = 198+38+60=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6263C is #39D9C3. Grayscale: #585858. Windows color (decimal): -3791300 or 3942086. OLE color: 3942086.

HSL color Cylindrical-coordinate representation of color #C6263C: hue angle of 351.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6263C is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 38 60 -
CMYK 0 0.81 0.70 0.22
HSL 351.75º 0.68% 0.46% -
HSV(B) 351.75º 0.81% 0.78% -
XYZ 24.8 13.72 5.62 -
YUV 88.35 112.01 206.21 -
System Red Green Blue C M Y K H S L
Decimal 198 38 60 0 0.81 0.70 0.22 351.75 0.68 0.46
Hex C6 26 3C 0 51 46 16 160 44 2E
Octal 306 46 74 0 121 106 26 540 104 56
Binary 11000110 100110 111100 0 1010001 1000110 10110 101100000 1000100 101110

Color Harmonies of #C6263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6263C

Black with #C6263C

Text Example


Text Example

White with #C6263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6263C; }

 p { color: rgb(198,38,60); }

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

background-color css

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

 a { background-color: rgb(198,38,60); }

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

border-color css

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

 span { border-color: rgb(198,38,60); }

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