Html Css Color HEX #C60937 Cardinal

📋 copy color: '#C60937'

red 198 ◦ green 9 ◦ blue 55

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

Shades of Cardinal #C60937

Tints of Cardinal #C60937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

 BLUE value IS 55 (21.88% from 255) = 20.99%

R = 75.57%
G = 3.44%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C60937 (or 0xC60937) is known color: Cardinal. HEX triplet: C6, 09 and 37. RGB value is (198,9,55). Sum of RGB (Red+Green+Blue) = 198+9+55=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C60937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60937 is #39F6C8. Grayscale: #464646. Windows color (decimal): -3798729 or 3606982. OLE color: 3606982.

HSL color Cylindrical-coordinate representation of color #C60937: hue angle of 345.4º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60937 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 9 55 -
CMYK 0 0.95 0.72 0.22
HSL 345.4º 0.91% 0.41% -
HSV(B) 345.4º 0.95% 0.78% -
XYZ 24.08 12.48 4.75 -
YUV 70.76 119.12 218.76 -
System Red Green Blue C M Y K H S L
Decimal 198 9 55 0 0.95 0.72 0.22 345.4 0.91 0.41
Hex C6 9 37 0 5F 48 16 159 5B 29
Octal 306 11 67 0 137 110 26 531 133 51
Binary 11000110 1001 110111 0 1011111 1001000 10110 101011001 1011011 101001

Color Harmonies of #C60937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60937

Black with #C60937

Text Example


Text Example

White with #C60937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60937; }

 p { color: rgb(198,9,55); }

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

background-color css

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

 a { background-color: rgb(198,9,55); }

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

border-color css

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

 span { border-color: rgb(198,9,55); }

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