Html Css Color HEX #C30435 Cardinal

📋 copy color: '#C30435'

red 195 ◦ green 4 ◦ blue 53

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

Shades of Cardinal #C30435

Tints of Cardinal #C30435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 77.38%
G = 1.59%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C30435 (or 0xC30435) is known color: Cardinal. HEX triplet: C3, 04 and 35. RGB value is (195,4,53). Sum of RGB (Red+Green+Blue) = 195+4+53=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C30435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30435 is #3CFBCA. Grayscale: #424242. Windows color (decimal): -3996619 or 3474627. OLE color: 3474627.

HSL color Cylindrical-coordinate representation of color #C30435: hue angle of 344.61º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30435 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 53 -
CMYK 0 0.98 0.73 0.24
HSL 344.61º 0.96% 0.39% -
HSV(B) 344.61º 0.98% 0.76% -
XYZ 23.19 11.95 4.45 -
YUV 66.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 195 4 53 0 0.98 0.73 0.24 344.61 0.96 0.39
Hex C3 4 35 0 62 49 18 159 60 27
Octal 303 4 65 0 142 111 30 531 140 47
Binary 11000011 100 110101 0 1100010 1001001 11000 101011001 1100000 100111

Color Harmonies of #C30435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30435

Black with #C30435

Text Example


Text Example

White with #C30435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30435; }

 p { color: rgb(195,4,53); }

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

background-color css

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

 a { background-color: rgb(195,4,53); }

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

border-color css

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

 span { border-color: rgb(195,4,53); }

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