Html Css Color HEX #C62632 Cardinal

📋 copy color: '#C62632'

red 198 ◦ green 38 ◦ blue 50

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

Shades of Cardinal #C62632

Tints of Cardinal #C62632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 69.23%
G = 13.29%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C62632 (or 0xC62632) is known color: Cardinal. HEX triplet: C6, 26 and 32. RGB value is (198,38,50). Sum of RGB (Red+Green+Blue) = 198+38+50=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C62632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62632 is #39D9CD. Grayscale: #575757. Windows color (decimal): -3791310 or 3286726. OLE color: 3286726.

HSL color Cylindrical-coordinate representation of color #C62632: hue angle of 355.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62632 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 38 50 -
CMYK 0 0.81 0.75 0.22
HSL 355.5º 0.68% 0.46% -
HSV(B) 355.5º 0.81% 0.78% -
XYZ 24.56 13.62 4.35 -
YUV 87.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 198 38 50 0 0.81 0.75 0.22 355.5 0.68 0.46
Hex C6 26 32 0 51 4B 16 164 44 2E
Octal 306 46 62 0 121 113 26 544 104 56
Binary 11000110 100110 110010 0 1010001 1001011 10110 101100100 1000100 101110

Color Harmonies of #C62632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62632

Black with #C62632

Text Example


Text Example

White with #C62632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62632; }

 p { color: rgb(198,38,50); }

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

background-color css

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

 a { background-color: rgb(198,38,50); }

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

border-color css

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

 span { border-color: rgb(198,38,50); }

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