Html Css Color HEX #C31730 Cardinal

📋 copy color: '#C31730'

red 195 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #C31730

Tints of Cardinal #C31730

RGB

 RED value IS 195 (76.56% from 255) = 73.31%

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 73.31%
G = 8.65%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C31730 (or 0xC31730) is known color: Cardinal. HEX triplet: C3, 17 and 30. RGB value is (195,23,48). Sum of RGB (Red+Green+Blue) = 195+23+48=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C31730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31730 is #3CE8CF. Grayscale: #4D4D4D. Windows color (decimal): -3991760 or 3151811. OLE color: 3151811.

HSL color Cylindrical-coordinate representation of color #C31730: hue angle of 351.28º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31730 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 48 -
CMYK 0 0.88 0.75 0.24
HSL 351.28º 0.79% 0.43% -
HSV(B) 351.28º 0.88% 0.76% -
XYZ 23.35 12.43 3.96 -
YUV 77.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 195 23 48 0 0.88 0.75 0.24 351.28 0.79 0.43
Hex C3 17 30 0 58 4B 18 15F 4F 2B
Octal 303 27 60 0 130 113 30 537 117 53
Binary 11000011 10111 110000 0 1011000 1001011 11000 101011111 1001111 101011

Color Harmonies of #C31730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31730

Black with #C31730

Text Example


Text Example

White with #C31730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31730; }

 p { color: rgb(195,23,48); }

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

background-color css

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

 a { background-color: rgb(195,23,48); }

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

border-color css

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

 span { border-color: rgb(195,23,48); }

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