Html Css Color HEX #C62435 Cardinal

📋 copy color: '#C62435'

red 198 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #C62435

Tints of Cardinal #C62435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 68.99%
G = 12.54%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C62435 (or 0xC62435) is known color: Cardinal. HEX triplet: C6, 24 and 35. RGB value is (198,36,53). Sum of RGB (Red+Green+Blue) = 198+36+53=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C62435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62435 is #39DBCA. Grayscale: #565656. Windows color (decimal): -3791819 or 3482822. OLE color: 3482822.

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

Color convert

RGB 198 36 53 -
CMYK 0 0.82 0.73 0.22
HSL 353.7º 0.69% 0.46% -
HSV(B) 353.7º 0.82% 0.78% -
XYZ 24.56 13.52 4.68 -
YUV 86.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 198 36 53 0 0.82 0.73 0.22 353.7 0.69 0.46
Hex C6 24 35 0 52 49 16 162 45 2E
Octal 306 44 65 0 122 111 26 542 105 56
Binary 11000110 100100 110101 0 1010010 1001001 10110 101100010 1000101 101110

Color Harmonies of #C62435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62435

Black with #C62435

Text Example


Text Example

White with #C62435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62435; }

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

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

background-color css

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

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

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

border-color css

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

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

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