Html Css Color HEX #C30136 Cardinal

📋 copy color: '#C30136'

red 195 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #C30136

Tints of Cardinal #C30136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 78%
G = 0.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C30136 (or 0xC30136) is known color: Cardinal. HEX triplet: C3, 01 and 36. RGB value is (195,1,54). Sum of RGB (Red+Green+Blue) = 195+1+54=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C30136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30136 is #3CFEC9. Grayscale: #414141. Windows color (decimal): -3997386 or 3539395. OLE color: 3539395.

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

Color convert

RGB 195 1 54 -
CMYK 0 0.99 0.72 0.24
HSL 343.61º 0.99% 0.38% -
HSV(B) 343.61º 0.99% 0.76% -
XYZ 23.18 11.89 4.56 -
YUV 65.05 121.77 220.69 -
System Red Green Blue C M Y K H S L
Decimal 195 1 54 0 0.99 0.72 0.24 343.61 0.99 0.38
Hex C3 1 36 0 63 48 18 158 63 26
Octal 303 1 66 0 143 110 30 530 143 46
Binary 11000011 1 110110 0 1100011 1001000 11000 101011000 1100011 100110

Color Harmonies of #C30136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30136

Black with #C30136

Text Example


Text Example

White with #C30136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30136; }

 p { color: rgb(195,1,54); }

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

background-color css

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

 a { background-color: rgb(195,1,54); }

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

border-color css

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

 span { border-color: rgb(195,1,54); }

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