Html Css Color HEX #C60834 Cardinal

📋 copy color: '#C60834'

red 198 ◦ green 8 ◦ blue 52

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

Shades of Cardinal #C60834

Tints of Cardinal #C60834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

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

R = 76.74%
G = 3.1%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C60834 (or 0xC60834) is known color: Cardinal. HEX triplet: C6, 08 and 34. RGB value is (198,8,52). Sum of RGB (Red+Green+Blue) = 198+8+52=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C60834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60834 is #39F7CB. Grayscale: #454545. Windows color (decimal): -3798988 or 3410118. OLE color: 3410118.

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

Color convert

RGB 198 8 52 -
CMYK 0 0.96 0.74 0.22
HSL 346.11º 0.92% 0.4% -
HSV(B) 346.11º 0.96% 0.78% -
XYZ 24 12.43 4.38 -
YUV 69.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 198 8 52 0 0.96 0.74 0.22 346.11 0.92 0.4
Hex C6 8 34 0 60 4A 16 15A 5C 28
Octal 306 10 64 0 140 112 26 532 134 50
Binary 11000110 1000 110100 0 1100000 1001010 10110 101011010 1011100 101000

Color Harmonies of #C60834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60834

Black with #C60834

Text Example


Text Example

White with #C60834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60834; }

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

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

background-color css

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

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

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

border-color css

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

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

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