Html Css Color HEX #C60231 Cardinal

📋 copy color: '#C60231'

red 198 ◦ green 2 ◦ blue 49

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

Shades of Cardinal #C60231

Tints of Cardinal #C60231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 79.52%
G = 0.8%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C60231 (or 0xC60231) is known color: Cardinal. HEX triplet: C6, 02 and 31. RGB value is (198,2,49). Sum of RGB (Red+Green+Blue) = 198+2+49=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C60231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60231 is #39FDCE. Grayscale: #414141. Windows color (decimal): -3800527 or 3211974. OLE color: 3211974.

HSL color Cylindrical-coordinate representation of color #C60231: hue angle of 345.61º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60231 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 2 49 -
CMYK 0 0.99 0.75 0.22
HSL 345.61º 0.98% 0.39% -
HSV(B) 345.61º 0.99% 0.78% -
XYZ 23.86 12.27 4.02 -
YUV 65.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 198 2 49 0 0.99 0.75 0.22 345.61 0.98 0.39
Hex C6 2 31 0 63 4B 16 15A 62 27
Octal 306 2 61 0 143 113 26 532 142 47
Binary 11000110 10 110001 0 1100011 1001011 10110 101011010 1100010 100111

Color Harmonies of #C60231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60231

Black with #C60231

Text Example


Text Example

White with #C60231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60231; }

 p { color: rgb(198,2,49); }

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

background-color css

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

 a { background-color: rgb(198,2,49); }

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

border-color css

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

 span { border-color: rgb(198,2,49); }

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