Html Css Color HEX #C61234 Cardinal

📋 copy color: '#C61234'

red 198 ◦ green 18 ◦ blue 52

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

Shades of Cardinal #C61234

Tints of Cardinal #C61234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 73.88%
G = 6.72%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C61234 (or 0xC61234) is known color: Cardinal. HEX triplet: C6, 12 and 34. RGB value is (198,18,52). Sum of RGB (Red+Green+Blue) = 198+18+52=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C61234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61234 is #39EDCB. Grayscale: #4B4B4B. Windows color (decimal): -3796428 or 3412678. OLE color: 3412678.

HSL color Cylindrical-coordinate representation of color #C61234: hue angle of 348.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61234 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 52 -
CMYK 0 0.91 0.74 0.22
HSL 348.67º 0.83% 0.42% -
HSV(B) 348.67º 0.91% 0.78% -
XYZ 24.12 12.69 4.43 -
YUV 75.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 198 18 52 0 0.91 0.74 0.22 348.67 0.83 0.42
Hex C6 12 34 0 5B 4A 16 15D 53 2A
Octal 306 22 64 0 133 112 26 535 123 52
Binary 11000110 10010 110100 0 1011011 1001010 10110 101011101 1010011 101010

Color Harmonies of #C61234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61234

Black with #C61234

Text Example


Text Example

White with #C61234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61234; }

 p { color: rgb(198,18,52); }

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

background-color css

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

 a { background-color: rgb(198,18,52); }

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

border-color css

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

 span { border-color: rgb(198,18,52); }

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