Html Css Color HEX #C30440 Cardinal

📋 copy color: '#C30440'

red 195 ◦ green 4 ◦ blue 64

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

Shades of Cardinal #C30440

Tints of Cardinal #C30440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 74.14%
G = 1.52%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C30440 (or 0xC30440) is known color: Cardinal. HEX triplet: C3, 04 and 40. RGB value is (195,4,64). Sum of RGB (Red+Green+Blue) = 195+4+64=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C30440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30440 is #3CFBBF. Grayscale: #434343. Windows color (decimal): -3996608 or 4195523. OLE color: 4195523.

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

Color convert

RGB 195 4 64 -
CMYK 0 0.98 0.67 0.24
HSL 341.15º 0.96% 0.39% -
HSV(B) 341.15º 0.98% 0.76% -
XYZ 23.47 12.06 5.94 -
YUV 67.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 195 4 64 0 0.98 0.67 0.24 341.15 0.96 0.39
Hex C3 4 40 0 62 43 18 155 60 27
Octal 303 4 100 0 142 103 30 525 140 47
Binary 11000011 100 1000000 0 1100010 1000011 11000 101010101 1100000 100111

Color Harmonies of #C30440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30440

Black with #C30440

Text Example


Text Example

White with #C30440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30440; }

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

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

background-color css

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

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

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

border-color css

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

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

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