Html Css Color HEX #C30143 Cardinal

📋 copy color: '#C30143'

red 195 ◦ green 1 ◦ blue 67

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

Shades of Cardinal #C30143

Tints of Cardinal #C30143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.48%

R = 74.14%
G = 0.38%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C30143 (or 0xC30143) is known color: Cardinal. HEX triplet: C3, 01 and 43. RGB value is (195,1,67). Sum of RGB (Red+Green+Blue) = 195+1+67=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C30143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30143 is #3CFEBC. Grayscale: #424242. Windows color (decimal): -3997373 or 4391363. OLE color: 4391363.

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

Color convert

RGB 195 1 67 -
CMYK 0 0.99 0.66 0.24
HSL 339.59º 0.99% 0.38% -
HSV(B) 339.59º 0.99% 0.76% -
XYZ 23.53 12.03 6.39 -
YUV 66.53 128.27 219.63 -
System Red Green Blue C M Y K H S L
Decimal 195 1 67 0 0.99 0.66 0.24 339.59 0.99 0.38
Hex C3 1 43 0 63 42 18 154 63 26
Octal 303 1 103 0 143 102 30 524 143 46
Binary 11000011 1 1000011 0 1100011 1000010 11000 101010100 1100011 100110

Color Harmonies of #C30143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30143

Black with #C30143

Text Example


Text Example

White with #C30143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30143; }

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

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

background-color css

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

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

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

border-color css

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

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

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