Html Css Color HEX #C62338 Cardinal

📋 copy color: '#C62338'

red 198 ◦ green 35 ◦ blue 56

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

Shades of Cardinal #C62338

Tints of Cardinal #C62338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 68.51%
G = 12.11%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C62338 (or 0xC62338) is known color: Cardinal. HEX triplet: C6, 23 and 38. RGB value is (198,35,56). Sum of RGB (Red+Green+Blue) = 198+35+56=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C62338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62338 is #39DCC7. Grayscale: #565656. Windows color (decimal): -3792072 or 3679174. OLE color: 3679174.

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

Color convert

RGB 198 35 56 -
CMYK 0 0.82 0.72 0.22
HSL 352.27º 0.7% 0.46% -
HSV(B) 352.27º 0.82% 0.78% -
XYZ 24.6 13.49 5.05 -
YUV 86.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 198 35 56 0 0.82 0.72 0.22 352.27 0.7 0.46
Hex C6 23 38 0 52 48 16 160 46 2E
Octal 306 43 70 0 122 110 26 540 106 56
Binary 11000110 100011 111000 0 1010010 1001000 10110 101100000 1000110 101110

Color Harmonies of #C62338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62338

Black with #C62338

Text Example


Text Example

White with #C62338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62338; }

 p { color: rgb(198,35,56); }

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

background-color css

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

 a { background-color: rgb(198,35,56); }

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

border-color css

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

 span { border-color: rgb(198,35,56); }

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