Html Css Color HEX #C60C34 Cardinal

📋 copy color: '#C60C34'

red 198 ◦ green 12 ◦ blue 52

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

Shades of Cardinal #C60C34

Tints of Cardinal #C60C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 75.57%
G = 4.58%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C60C34 (or 0xC60C34) is known color: Cardinal. HEX triplet: C6, 0C and 34. RGB value is (198,12,52). Sum of RGB (Red+Green+Blue) = 198+12+52=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C60C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60C34 is #39F3CB. Grayscale: #484848. Windows color (decimal): -3797964 or 3411142. OLE color: 3411142.

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

Color convert

RGB 198 12 52 -
CMYK 0 0.94 0.74 0.22
HSL 347.1º 0.89% 0.41% -
HSV(B) 347.1º 0.94% 0.78% -
XYZ 24.04 12.52 4.4 -
YUV 72.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 198 12 52 0 0.94 0.74 0.22 347.1 0.89 0.41
Hex C6 C 34 0 5E 4A 16 15B 59 29
Octal 306 14 64 0 136 112 26 533 131 51
Binary 11000110 1100 110100 0 1011110 1001010 10110 101011011 1011001 101001

Color Harmonies of #C60C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60C34

Black with #C60C34

Text Example


Text Example

White with #C60C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60C34; }

 p { color: rgb(198,12,52); }

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

background-color css

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

 a { background-color: rgb(198,12,52); }

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

border-color css

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

 span { border-color: rgb(198,12,52); }

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