Html Css Color HEX #C60234 Cardinal

📋 copy color: '#C60234'

red 198 ◦ green 2 ◦ blue 52

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

Shades of Cardinal #C60234

Tints of Cardinal #C60234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 78.57%
G = 0.79%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C60234 (or 0xC60234) is known color: Cardinal. HEX triplet: C6, 02 and 34. RGB value is (198,2,52). Sum of RGB (Red+Green+Blue) = 198+2+52=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C60234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60234 is #39FDCB. Grayscale: #424242. Windows color (decimal): -3800524 or 3408582. OLE color: 3408582.

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

Color convert

RGB 198 2 52 -
CMYK 0 0.99 0.74 0.22
HSL 344.69º 0.98% 0.39% -
HSV(B) 344.69º 0.99% 0.78% -
XYZ 23.93 12.3 4.36 -
YUV 66.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 198 2 52 0 0.99 0.74 0.22 344.69 0.98 0.39
Hex C6 2 34 0 63 4A 16 159 62 27
Octal 306 2 64 0 143 112 26 531 142 47
Binary 11000110 10 110100 0 1100011 1001010 10110 101011001 1100010 100111

Color Harmonies of #C60234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60234

Black with #C60234

Text Example


Text Example

White with #C60234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60234; }

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

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

background-color css

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

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

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

border-color css

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

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

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