Html Css Color HEX #C62441 Cardinal

📋 copy color: '#C62441'

red 198 ◦ green 36 ◦ blue 65

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

Shades of Cardinal #C62441

Tints of Cardinal #C62441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 66.22%
G = 12.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C62441 (or 0xC62441) is known color: Cardinal. HEX triplet: C6, 24 and 41. RGB value is (198,36,65). Sum of RGB (Red+Green+Blue) = 198+36+65=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C62441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62441 is #39DBBE. Grayscale: #575757. Windows color (decimal): -3791807 or 4269254. OLE color: 4269254.

HSL color Cylindrical-coordinate representation of color #C62441: hue angle of 349.26º degrees, saturation: 0.69, 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 #C62441 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 36 65 -
CMYK 0 0.82 0.67 0.22
HSL 349.26º 0.69% 0.46% -
HSV(B) 349.26º 0.82% 0.78% -
XYZ 24.87 13.65 6.32 -
YUV 87.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 198 36 65 0 0.82 0.67 0.22 349.26 0.69 0.46
Hex C6 24 41 0 52 43 16 15D 45 2E
Octal 306 44 101 0 122 103 26 535 105 56
Binary 11000110 100100 1000001 0 1010010 1000011 10110 101011101 1000101 101110

Color Harmonies of #C62441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62441

Black with #C62441

Text Example


Text Example

White with #C62441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62441; }

 p { color: rgb(198,36,65); }

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

background-color css

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

 a { background-color: rgb(198,36,65); }

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

border-color css

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

 span { border-color: rgb(198,36,65); }

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