Html Css Color HEX #C62331 Cardinal

📋 copy color: '#C62331'

red 198 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #C62331

Tints of Cardinal #C62331

RGB

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

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

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

R = 70.21%
G = 12.41%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C62331 (or 0xC62331) is known color: Cardinal. HEX triplet: C6, 23 and 31. RGB value is (198,35,49). Sum of RGB (Red+Green+Blue) = 198+35+49=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C62331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62331 is #39DCCE. Grayscale: #555555. Windows color (decimal): -3792079 or 3220422. OLE color: 3220422.

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

Color convert

RGB 198 35 49 -
CMYK 0 0.82 0.75 0.22
HSL 354.85º 0.7% 0.46% -
HSV(B) 354.85º 0.82% 0.78% -
XYZ 24.44 13.43 4.21 -
YUV 85.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 198 35 49 0 0.82 0.75 0.22 354.85 0.7 0.46
Hex C6 23 31 0 52 4B 16 163 46 2E
Octal 306 43 61 0 122 113 26 543 106 56
Binary 11000110 100011 110001 0 1010010 1001011 10110 101100011 1000110 101110

Color Harmonies of #C62331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62331

Black with #C62331

Text Example


Text Example

White with #C62331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62331; }

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

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

background-color css

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

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

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

border-color css

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

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

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