Html Css Color HEX #C62733 Cardinal

📋 copy color: '#C62733'

red 198 ◦ green 39 ◦ blue 51

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

Shades of Cardinal #C62733

Tints of Cardinal #C62733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 68.75%
G = 13.54%
B = 17.71%

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

#C62733 (or 0xC62733) is known color: Cardinal. HEX triplet: C6, 27 and 33. RGB value is (198,39,51). Sum of RGB (Red+Green+Blue) = 198+39+51=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C62733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62733 is #39D8CC. Grayscale: #585858. Windows color (decimal): -3791053 or 3352518. OLE color: 3352518.

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

Color convert

RGB 198 39 51 -
CMYK 0 0.80 0.74 0.22
HSL 355.47º 0.67% 0.46% -
HSV(B) 355.47º 0.8% 0.78% -
XYZ 24.61 13.7 4.48 -
YUV 87.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 198 39 51 0 0.80 0.74 0.22 355.47 0.67 0.46
Hex C6 27 33 0 50 4A 16 163 43 2E
Octal 306 47 63 0 120 112 26 543 103 56
Binary 11000110 100111 110011 0 1010000 1001010 10110 101100011 1000011 101110

Color Harmonies of #C62733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62733

Black with #C62733

Text Example


Text Example

White with #C62733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62733; }

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

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

background-color css

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

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

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

border-color css

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

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

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