Html Css Color HEX #C6253A Cardinal

📋 copy color: '#C6253A'

red 198 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #C6253A

Tints of Cardinal #C6253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 67.58%
G = 12.63%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6253A (or 0xC6253A) is known color: Cardinal. HEX triplet: C6, 25 and 3A. RGB value is (198,37,58). Sum of RGB (Red+Green+Blue) = 198+37+58=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6253A is #39DAC5. Grayscale: #575757. Windows color (decimal): -3791558 or 3810758. OLE color: 3810758.

HSL color Cylindrical-coordinate representation of color #C6253A: hue angle of 352.17º degrees, saturation: 0.69, 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 #C6253A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 58 -
CMYK 0 0.81 0.71 0.22
HSL 352.17º 0.69% 0.46% -
HSV(B) 352.17º 0.81% 0.78% -
XYZ 24.71 13.63 5.33 -
YUV 87.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 198 37 58 0 0.81 0.71 0.22 352.17 0.69 0.46
Hex C6 25 3A 0 51 47 16 160 45 2E
Octal 306 45 72 0 121 107 26 540 105 56
Binary 11000110 100101 111010 0 1010001 1000111 10110 101100000 1000101 101110

Color Harmonies of #C6253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6253A

Black with #C6253A

Text Example


Text Example

White with #C6253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6253A; }

 p { color: rgb(198,37,58); }

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

background-color css

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

 a { background-color: rgb(198,37,58); }

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

border-color css

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

 span { border-color: rgb(198,37,58); }

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