Html Css Color HEX #C62343 Cardinal

📋 copy color: '#C62343'

red 198 ◦ green 35 ◦ blue 67

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

Shades of Cardinal #C62343

Tints of Cardinal #C62343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.33%

R = 66%
G = 11.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C62343 (or 0xC62343) is known color: Cardinal. HEX triplet: C6, 23 and 43. RGB value is (198,35,67). Sum of RGB (Red+Green+Blue) = 198+35+67=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C62343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62343 is #39DCBC. Grayscale: #575757. Windows color (decimal): -3792061 or 4400070. OLE color: 4400070.

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

Color convert

RGB 198 35 67 -
CMYK 0 0.82 0.66 0.22
HSL 348.22º 0.7% 0.46% -
HSV(B) 348.22º 0.82% 0.78% -
XYZ 24.9 13.61 6.63 -
YUV 87.39 116.5 206.9 -
System Red Green Blue C M Y K H S L
Decimal 198 35 67 0 0.82 0.66 0.22 348.22 0.7 0.46
Hex C6 23 43 0 52 42 16 15C 46 2E
Octal 306 43 103 0 122 102 26 534 106 56
Binary 11000110 100011 1000011 0 1010010 1000010 10110 101011100 1000110 101110

Color Harmonies of #C62343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62343

Black with #C62343

Text Example


Text Example

White with #C62343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62343; }

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

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

background-color css

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

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

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

border-color css

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

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

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