Html Css Color HEX #C30139 Cardinal

📋 copy color: '#C30139'

red 195 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #C30139

Tints of Cardinal #C30139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 77.08%
G = 0.4%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C30139 (or 0xC30139) is known color: Cardinal. HEX triplet: C3, 01 and 39. RGB value is (195,1,57). Sum of RGB (Red+Green+Blue) = 195+1+57=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C30139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30139 is #3CFEC6. Grayscale: #414141. Windows color (decimal): -3997383 or 3736003. OLE color: 3736003.

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

Color convert

RGB 195 1 57 -
CMYK 0 0.99 0.71 0.24
HSL 342.68º 0.99% 0.38% -
HSV(B) 342.68º 0.99% 0.76% -
XYZ 23.26 11.92 4.95 -
YUV 65.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 195 1 57 0 0.99 0.71 0.24 342.68 0.99 0.38
Hex C3 1 39 0 63 47 18 157 63 26
Octal 303 1 71 0 143 107 30 527 143 46
Binary 11000011 1 111001 0 1100011 1000111 11000 101010111 1100011 100110

Color Harmonies of #C30139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30139

Black with #C30139

Text Example


Text Example

White with #C30139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30139; }

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

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

background-color css

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

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

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

border-color css

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

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

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