Html Css Color HEX #C62736 Cardinal

📋 copy color: '#C62736'

red 198 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #C62736

Tints of Cardinal #C62736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 68.04%
G = 13.4%
B = 18.56%

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

#C62736 (or 0xC62736) is known color: Cardinal. HEX triplet: C6, 27 and 36. RGB value is (198,39,54). Sum of RGB (Red+Green+Blue) = 198+39+54=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C62736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62736 is #39D8C9. Grayscale: #585858. Windows color (decimal): -3791050 or 3549126. OLE color: 3549126.

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

Color convert

RGB 198 39 54 -
CMYK 0 0.80 0.73 0.22
HSL 354.34º 0.67% 0.46% -
HSV(B) 354.34º 0.8% 0.78% -
XYZ 24.68 13.72 4.84 -
YUV 88.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 198 39 54 0 0.80 0.73 0.22 354.34 0.67 0.46
Hex C6 27 36 0 50 49 16 162 43 2E
Octal 306 47 66 0 120 111 26 542 103 56
Binary 11000110 100111 110110 0 1010000 1001001 10110 101100010 1000011 101110

Color Harmonies of #C62736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62736

Black with #C62736

Text Example


Text Example

White with #C62736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62736; }

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

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

background-color css

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

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

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

border-color css

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

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

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