Html Css Color HEX #C42530 Cardinal

📋 copy color: '#C42530'

red 196 ◦ green 37 ◦ blue 48

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

Shades of Cardinal #C42530

Tints of Cardinal #C42530

RGB

 RED value IS 196 (76.95% from 255) = 69.75%

 GREEN value IS 37 (14.84% from 255) = 13.17%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 69.75%
G = 13.17%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C42530 (or 0xC42530) is known color: Cardinal. HEX triplet: C4, 25 and 30. RGB value is (196,37,48). Sum of RGB (Red+Green+Blue) = 196+37+48=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C42530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42530 is #3BDACF. Grayscale: #555555. Windows color (decimal): -3922640 or 3155396. OLE color: 3155396.

HSL color Cylindrical-coordinate representation of color #C42530: hue angle of 355.85º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42530 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 48 -
CMYK 0 0.81 0.76 0.23
HSL 355.85º 0.68% 0.46% -
HSV(B) 355.85º 0.81% 0.77% -
XYZ 23.96 13.27 4.1 -
YUV 85.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 196 37 48 0 0.81 0.76 0.23 355.85 0.68 0.46
Hex C4 25 30 0 51 4C 17 164 44 2E
Octal 304 45 60 0 121 114 27 544 104 56
Binary 11000100 100101 110000 0 1010001 1001100 10111 101100100 1000100 101110

Color Harmonies of #C42530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42530

Black with #C42530

Text Example


Text Example

White with #C42530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42530; }

 p { color: rgb(196,37,48); }

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

background-color css

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

 a { background-color: rgb(196,37,48); }

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

border-color css

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

 span { border-color: rgb(196,37,48); }

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