Html Css Color HEX #C42630 Cardinal

📋 copy color: '#C42630'

red 196 ◦ green 38 ◦ blue 48

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

Shades of Cardinal #C42630

Tints of Cardinal #C42630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

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

R = 69.5%
G = 13.48%
B = 17.02%

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

#C42630 (or 0xC42630) is known color: Cardinal. HEX triplet: C4, 26 and 30. RGB value is (196,38,48). Sum of RGB (Red+Green+Blue) = 196+38+48=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C42630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42630 is #3BD9CF. Grayscale: #565656. Windows color (decimal): -3922384 or 3155652. OLE color: 3155652.

HSL color Cylindrical-coordinate representation of color #C42630: hue angle of 356.2º 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 #C42630 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 48 -
CMYK 0 0.81 0.76 0.23
HSL 356.2º 0.68% 0.46% -
HSV(B) 356.2º 0.81% 0.77% -
XYZ 23.99 13.34 4.11 -
YUV 86.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 196 38 48 0 0.81 0.76 0.23 356.2 0.68 0.46
Hex C4 26 30 0 51 4C 17 164 44 2E
Octal 304 46 60 0 121 114 27 544 104 56
Binary 11000100 100110 110000 0 1010001 1001100 10111 101100100 1000100 101110

Color Harmonies of #C42630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42630

Black with #C42630

Text Example


Text Example

White with #C42630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42630; }

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

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

background-color css

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

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

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

border-color css

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

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

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