Html Css Color HEX #C62836 Cardinal

📋 copy color: '#C62836'

red 198 ◦ green 40 ◦ blue 54

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

Shades of Cardinal #C62836

Tints of Cardinal #C62836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 67.81%
G = 13.7%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C62836 (or 0xC62836) is known color: Cardinal. HEX triplet: C6, 28 and 36. RGB value is (198,40,54). Sum of RGB (Red+Green+Blue) = 198+40+54=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C62836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62836 is #39D7C9. Grayscale: #585858. Windows color (decimal): -3790794 or 3549382. OLE color: 3549382.

HSL color Cylindrical-coordinate representation of color #C62836: hue angle of 354.68º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62836 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 54 -
CMYK 0 0.80 0.73 0.22
HSL 354.68º 0.66% 0.47% -
HSV(B) 354.68º 0.8% 0.78% -
XYZ 24.71 13.79 4.85 -
YUV 88.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 198 40 54 0 0.80 0.73 0.22 354.68 0.66 0.47
Hex C6 28 36 0 50 49 16 163 42 2F
Octal 306 50 66 0 120 111 26 543 102 57
Binary 11000110 101000 110110 0 1010000 1001001 10110 101100011 1000010 101111

Color Harmonies of #C62836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62836

Black with #C62836

Text Example


Text Example

White with #C62836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62836; }

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

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

background-color css

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

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

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

border-color css

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

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

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