Html Css Color HEX #C62335 Cardinal

📋 copy color: '#C62335'

red 198 ◦ green 35 ◦ blue 53

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

Shades of Cardinal #C62335

Tints of Cardinal #C62335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 69.23%
G = 12.24%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C62335 (or 0xC62335) is known color: Cardinal. HEX triplet: C6, 23 and 35. RGB value is (198,35,53). Sum of RGB (Red+Green+Blue) = 198+35+53=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C62335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62335 is #39DCCA. Grayscale: #555555. Windows color (decimal): -3792075 or 3482566. OLE color: 3482566.

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

Color convert

RGB 198 35 53 -
CMYK 0 0.82 0.73 0.22
HSL 353.37º 0.7% 0.46% -
HSV(B) 353.37º 0.82% 0.78% -
XYZ 24.53 13.46 4.67 -
YUV 85.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 198 35 53 0 0.82 0.73 0.22 353.37 0.7 0.46
Hex C6 23 35 0 52 49 16 161 46 2E
Octal 306 43 65 0 122 111 26 541 106 56
Binary 11000110 100011 110101 0 1010010 1001001 10110 101100001 1000110 101110

Color Harmonies of #C62335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62335

Black with #C62335

Text Example


Text Example

White with #C62335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62335; }

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

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

background-color css

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

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

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

border-color css

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

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

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