Html Css Color HEX #C62031 Cardinal

📋 copy color: '#C62031'

red 198 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #C62031

Tints of Cardinal #C62031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 70.97%
G = 11.47%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C62031 (or 0xC62031) is known color: Cardinal. HEX triplet: C6, 20 and 31. RGB value is (198,32,49). Sum of RGB (Red+Green+Blue) = 198+32+49=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C62031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62031 is #39DFCE. Grayscale: #535353. Windows color (decimal): -3792847 or 3219654. OLE color: 3219654.

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

Color convert

RGB 198 32 49 -
CMYK 0 0.84 0.75 0.22
HSL 353.86º 0.72% 0.45% -
HSV(B) 353.86º 0.84% 0.78% -
XYZ 24.36 13.26 4.18 -
YUV 83.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 198 32 49 0 0.84 0.75 0.22 353.86 0.72 0.45
Hex C6 20 31 0 54 4B 16 162 48 2D
Octal 306 40 61 0 124 113 26 542 110 55
Binary 11000110 100000 110001 0 1010100 1001011 10110 101100010 1001000 101101

Color Harmonies of #C62031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62031

Black with #C62031

Text Example


Text Example

White with #C62031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62031; }

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

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

background-color css

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

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

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

border-color css

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

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

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