Html Css Color HEX #C62734 Cardinal

📋 copy color: '#C62734'

red 198 ◦ green 39 ◦ blue 52

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

Shades of Cardinal #C62734

Tints of Cardinal #C62734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

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

R = 68.51%
G = 13.49%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C62734 (or 0xC62734) is known color: Cardinal. HEX triplet: C6, 27 and 34. RGB value is (198,39,52). Sum of RGB (Red+Green+Blue) = 198+39+52=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C62734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62734 is #39D8CB. Grayscale: #585858. Windows color (decimal): -3791052 or 3418054. OLE color: 3418054.

HSL color Cylindrical-coordinate representation of color #C62734: hue angle of 355.09º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62734 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 39 52 -
CMYK 0 0.80 0.74 0.22
HSL 355.09º 0.67% 0.46% -
HSV(B) 355.09º 0.8% 0.78% -
XYZ 24.63 13.7 4.6 -
YUV 88.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 198 39 52 0 0.80 0.74 0.22 355.09 0.67 0.46
Hex C6 27 34 0 50 4A 16 163 43 2E
Octal 306 47 64 0 120 112 26 543 103 56
Binary 11000110 100111 110100 0 1010000 1001010 10110 101100011 1000011 101110

Color Harmonies of #C62734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62734

Black with #C62734

Text Example


Text Example

White with #C62734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62734; }

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

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

background-color css

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

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

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

border-color css

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

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

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