Html Css Color HEX #C2014B Cardinal

📋 copy color: '#C2014B'

red 194 ◦ green 1 ◦ blue 75

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

Shades of Cardinal #C2014B

Tints of Cardinal #C2014B

RGB

 RED value IS 194 (76.17% from 255) = 71.85%

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

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 71.85%
G = 0.37%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2014B (or 0xC2014B) is known color: Cardinal. HEX triplet: C2, 01 and 4B. RGB value is (194,1,75). Sum of RGB (Red+Green+Blue) = 194+1+75=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C2014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2014B is #3DFEB4. Grayscale: #434343. Windows color (decimal): -4062901 or 4915650. OLE color: 4915650.

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

Color convert

RGB 194 1 75 -
CMYK 0 0.99 0.61 0.24
HSL 336.99º 0.99% 0.38% -
HSV(B) 336.99º 0.99% 0.76% -
XYZ 23.53 12 7.73 -
YUV 67.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 194 1 75 0 0.99 0.61 0.24 336.99 0.99 0.38
Hex C2 1 4B 0 63 3D 18 151 63 26
Octal 302 1 113 0 143 75 30 521 143 46
Binary 11000010 1 1001011 0 1100011 111101 11000 101010001 1100011 100110

Color Harmonies of #C2014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2014B

Black with #C2014B

Text Example


Text Example

White with #C2014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2014B; }

 p { color: rgb(194,1,75); }

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

background-color css

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

 a { background-color: rgb(194,1,75); }

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

border-color css

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

 span { border-color: rgb(194,1,75); }

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