Html Css Color HEX #C30247 Cardinal

📋 copy color: '#C30247'

red 195 ◦ green 2 ◦ blue 71

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

Shades of Cardinal #C30247

Tints of Cardinal #C30247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 72.76%
G = 0.75%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C30247 (or 0xC30247) is known color: Cardinal. HEX triplet: C3, 02 and 47. RGB value is (195,2,71). Sum of RGB (Red+Green+Blue) = 195+2+71=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C30247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30247 is #3CFDB8. Grayscale: #434343. Windows color (decimal): -3997113 or 4653763. OLE color: 4653763.

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

Color convert

RGB 195 2 71 -
CMYK 0 0.99 0.64 0.24
HSL 338.55º 0.98% 0.39% -
HSV(B) 338.55º 0.99% 0.76% -
XYZ 23.66 12.1 7.05 -
YUV 67.57 129.94 218.89 -
System Red Green Blue C M Y K H S L
Decimal 195 2 71 0 0.99 0.64 0.24 338.55 0.98 0.39
Hex C3 2 47 0 63 40 18 153 62 27
Octal 303 2 107 0 143 100 30 523 142 47
Binary 11000011 10 1000111 0 1100011 1000000 11000 101010011 1100010 100111

Color Harmonies of #C30247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30247

Black with #C30247

Text Example


Text Example

White with #C30247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30247; }

 p { color: rgb(195,2,71); }

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

background-color css

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

 a { background-color: rgb(195,2,71); }

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

border-color css

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

 span { border-color: rgb(195,2,71); }

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