Html Css Color HEX #C62034 Cardinal

📋 copy color: '#C62034'

red 198 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #C62034

Tints of Cardinal #C62034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 70.21%
G = 11.35%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C62034 (or 0xC62034) is known color: Cardinal. HEX triplet: C6, 20 and 34. RGB value is (198,32,52). Sum of RGB (Red+Green+Blue) = 198+32+52=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C62034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62034 is #39DFCB. Grayscale: #545454. Windows color (decimal): -3792844 or 3416262. OLE color: 3416262.

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

Color convert

RGB 198 32 52 -
CMYK 0 0.84 0.74 0.22
HSL 352.77º 0.72% 0.45% -
HSV(B) 352.77º 0.84% 0.78% -
XYZ 24.43 13.29 4.53 -
YUV 83.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 198 32 52 0 0.84 0.74 0.22 352.77 0.72 0.45
Hex C6 20 34 0 54 4A 16 161 48 2D
Octal 306 40 64 0 124 112 26 541 110 55
Binary 11000110 100000 110100 0 1010100 1001010 10110 101100001 1001000 101101

Color Harmonies of #C62034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62034

Black with #C62034

Text Example


Text Example

White with #C62034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62034; }

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

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

background-color css

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

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

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

border-color css

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

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

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