Html Css Color HEX #C30434 Cardinal

📋 copy color: '#C30434'

red 195 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #C30434

Tints of Cardinal #C30434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 77.69%
G = 1.59%
B = 20.72%

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

#C30434 (or 0xC30434) is known color: Cardinal. HEX triplet: C3, 04 and 34. RGB value is (195,4,52). Sum of RGB (Red+Green+Blue) = 195+4+52=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C30434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30434 is #3CFBCB. Grayscale: #424242. Windows color (decimal): -3996620 or 3409091. OLE color: 3409091.

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

Color convert

RGB 195 4 52 -
CMYK 0 0.98 0.73 0.24
HSL 344.92º 0.96% 0.39% -
HSV(B) 344.92º 0.98% 0.76% -
XYZ 23.17 11.94 4.33 -
YUV 66.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 195 4 52 0 0.98 0.73 0.24 344.92 0.96 0.39
Hex C3 4 34 0 62 49 18 159 60 27
Octal 303 4 64 0 142 111 30 531 140 47
Binary 11000011 100 110100 0 1100010 1001001 11000 101011001 1100000 100111

Color Harmonies of #C30434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30434

Black with #C30434

Text Example


Text Example

White with #C30434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30434; }

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

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

background-color css

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

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

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

border-color css

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

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

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