Html Css Color HEX #C2023C Cardinal

📋 copy color: '#C2023C'

red 194 ◦ green 2 ◦ blue 60

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

Shades of Cardinal #C2023C

Tints of Cardinal #C2023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 75.78%
G = 0.78%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2023C (or 0xC2023C) is known color: Cardinal. HEX triplet: C2, 02 and 3C. RGB value is (194,2,60). Sum of RGB (Red+Green+Blue) = 194+2+60=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2023C is #3DFDC3. Grayscale: #414141. Windows color (decimal): -4062660 or 3932866. OLE color: 3932866.

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

Color convert

RGB 194 2 60 -
CMYK 0 0.99 0.69 0.24
HSL 341.88º 0.98% 0.38% -
HSV(B) 341.88º 0.99% 0.76% -
XYZ 23.09 11.84 5.34 -
YUV 66.02 124.61 219.28 -
System Red Green Blue C M Y K H S L
Decimal 194 2 60 0 0.99 0.69 0.24 341.88 0.98 0.38
Hex C2 2 3C 0 63 45 18 156 62 26
Octal 302 2 74 0 143 105 30 526 142 46
Binary 11000010 10 111100 0 1100011 1000101 11000 101010110 1100010 100110

Color Harmonies of #C2023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2023C

Black with #C2023C

Text Example


Text Example

White with #C2023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2023C; }

 p { color: rgb(194,2,60); }

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

background-color css

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

 a { background-color: rgb(194,2,60); }

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

border-color css

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

 span { border-color: rgb(194,2,60); }

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