Html Css Color HEX #C62036 Cardinal

📋 copy color: '#C62036'

red 198 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #C62036

Tints of Cardinal #C62036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 69.72%
G = 11.27%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C62036 (or 0xC62036) is known color: Cardinal. HEX triplet: C6, 20 and 36. RGB value is (198,32,54). Sum of RGB (Red+Green+Blue) = 198+32+54=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C62036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62036 is #39DFC9. Grayscale: #545454. Windows color (decimal): -3792842 or 3547334. OLE color: 3547334.

HSL color Cylindrical-coordinate representation of color #C62036: hue angle of 352.05º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62036 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 54 -
CMYK 0 0.84 0.73 0.22
HSL 352.05º 0.72% 0.45% -
HSV(B) 352.05º 0.84% 0.78% -
XYZ 24.47 13.31 4.77 -
YUV 84.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 198 32 54 0 0.84 0.73 0.22 352.05 0.72 0.45
Hex C6 20 36 0 54 49 16 160 48 2D
Octal 306 40 66 0 124 111 26 540 110 55
Binary 11000110 100000 110110 0 1010100 1001001 10110 101100000 1001000 101101

Color Harmonies of #C62036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62036

Black with #C62036

Text Example


Text Example

White with #C62036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62036; }

 p { color: rgb(198,32,54); }

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

background-color css

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

 a { background-color: rgb(198,32,54); }

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

border-color css

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

 span { border-color: rgb(198,32,54); }

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