Html Css Color HEX #C62340 Cardinal

📋 copy color: '#C62340'

red 198 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #C62340

Tints of Cardinal #C62340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 66.67%
G = 11.78%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C62340 (or 0xC62340) is known color: Cardinal. HEX triplet: C6, 23 and 40. RGB value is (198,35,64). Sum of RGB (Red+Green+Blue) = 198+35+64=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C62340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62340 is #39DCBF. Grayscale: #575757. Windows color (decimal): -3792064 or 4203462. OLE color: 4203462.

HSL color Cylindrical-coordinate representation of color #C62340: hue angle of 349.33º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62340 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 64 -
CMYK 0 0.82 0.68 0.22
HSL 349.33º 0.7% 0.46% -
HSV(B) 349.33º 0.82% 0.78% -
XYZ 24.82 13.58 6.16 -
YUV 87.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 198 35 64 0 0.82 0.68 0.22 349.33 0.7 0.46
Hex C6 23 40 0 52 44 16 15D 46 2E
Octal 306 43 100 0 122 104 26 535 106 56
Binary 11000110 100011 1000000 0 1010010 1000100 10110 101011101 1000110 101110

Color Harmonies of #C62340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62340

Black with #C62340

Text Example


Text Example

White with #C62340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62340; }

 p { color: rgb(198,35,64); }

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

background-color css

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

 a { background-color: rgb(198,35,64); }

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

border-color css

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

 span { border-color: rgb(198,35,64); }

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