Html Css Color HEX #C6253B Cardinal

📋 copy color: '#C6253B'

red 198 ◦ green 37 ◦ blue 59

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

Shades of Cardinal #C6253B

Tints of Cardinal #C6253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 67.35%
G = 12.59%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6253B (or 0xC6253B) is known color: Cardinal. HEX triplet: C6, 25 and 3B. RGB value is (198,37,59). Sum of RGB (Red+Green+Blue) = 198+37+59=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6253B is #39DAC4. Grayscale: #575757. Windows color (decimal): -3791557 or 3876294. OLE color: 3876294.

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

Color convert

RGB 198 37 59 -
CMYK 0 0.81 0.70 0.22
HSL 351.8º 0.69% 0.46% -
HSV(B) 351.8º 0.81% 0.78% -
XYZ 24.74 13.64 5.47 -
YUV 87.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 198 37 59 0 0.81 0.70 0.22 351.8 0.69 0.46
Hex C6 25 3B 0 51 46 16 160 45 2E
Octal 306 45 73 0 121 106 26 540 105 56
Binary 11000110 100101 111011 0 1010001 1000110 10110 101100000 1000101 101110

Color Harmonies of #C6253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6253B

Black with #C6253B

Text Example


Text Example

White with #C6253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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