Html Css Color HEX #C60941 Cardinal

📋 copy color: '#C60941'

red 198 ◦ green 9 ◦ blue 65

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

Shades of Cardinal #C60941

Tints of Cardinal #C60941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 72.79%
G = 3.31%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C60941 (or 0xC60941) is known color: Cardinal. HEX triplet: C6, 09 and 41. RGB value is (198,9,65). Sum of RGB (Red+Green+Blue) = 198+9+65=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C60941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60941 is #39F6BE. Grayscale: #474747. Windows color (decimal): -3798719 or 4262342. OLE color: 4262342.

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

Color convert

RGB 198 9 65 -
CMYK 0 0.95 0.67 0.22
HSL 342.22º 0.91% 0.41% -
HSV(B) 342.22º 0.95% 0.78% -
XYZ 24.34 12.58 6.15 -
YUV 71.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 198 9 65 0 0.95 0.67 0.22 342.22 0.91 0.41
Hex C6 9 41 0 5F 43 16 156 5B 29
Octal 306 11 101 0 137 103 26 526 133 51
Binary 11000110 1001 1000001 0 1011111 1000011 10110 101010110 1011011 101001

Color Harmonies of #C60941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60941

Black with #C60941

Text Example


Text Example

White with #C60941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60941; }

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

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

background-color css

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

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

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

border-color css

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

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

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