Html Css Color HEX #C30248 Cardinal

📋 copy color: '#C30248'

red 195 ◦ green 2 ◦ blue 72

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

Shades of Cardinal #C30248

Tints of Cardinal #C30248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 72.49%
G = 0.74%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C30248 (or 0xC30248) is known color: Cardinal. HEX triplet: C3, 02 and 48. RGB value is (195,2,72). Sum of RGB (Red+Green+Blue) = 195+2+72=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C30248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30248 is #3CFDB7. Grayscale: #434343. Windows color (decimal): -3997112 or 4719299. OLE color: 4719299.

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

Color convert

RGB 195 2 72 -
CMYK 0 0.99 0.63 0.24
HSL 338.24º 0.98% 0.39% -
HSV(B) 338.24º 0.99% 0.76% -
XYZ 23.7 12.11 7.22 -
YUV 67.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 195 2 72 0 0.99 0.63 0.24 338.24 0.98 0.39
Hex C3 2 48 0 63 3F 18 152 62 27
Octal 303 2 110 0 143 77 30 522 142 47
Binary 11000011 10 1001000 0 1100011 111111 11000 101010010 1100010 100111

Color Harmonies of #C30248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30248

Black with #C30248

Text Example


Text Example

White with #C30248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30248; }

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

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

background-color css

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

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

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

border-color css

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

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

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