Html Css Color HEX #C3023E Cardinal

📋 copy color: '#C3023E'

red 195 ◦ green 2 ◦ blue 62

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

Shades of Cardinal #C3023E

Tints of Cardinal #C3023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 75.29%
G = 0.77%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3023E (or 0xC3023E) is known color: Cardinal. HEX triplet: C3, 02 and 3E. RGB value is (195,2,62). Sum of RGB (Red+Green+Blue) = 195+2+62=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3023E is #3CFDC1. Grayscale: #424242. Windows color (decimal): -3997122 or 4063939. OLE color: 4063939.

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

Color convert

RGB 195 2 62 -
CMYK 0 0.99 0.68 0.24
HSL 341.35º 0.98% 0.39% -
HSV(B) 341.35º 0.99% 0.76% -
XYZ 23.4 11.99 5.64 -
YUV 66.55 125.44 219.62 -
System Red Green Blue C M Y K H S L
Decimal 195 2 62 0 0.99 0.68 0.24 341.35 0.98 0.39
Hex C3 2 3E 0 63 44 18 155 62 27
Octal 303 2 76 0 143 104 30 525 142 47
Binary 11000011 10 111110 0 1100011 1000100 11000 101010101 1100010 100111

Color Harmonies of #C3023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3023E

Black with #C3023E

Text Example


Text Example

White with #C3023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3023E; }

 p { color: rgb(195,2,62); }

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

background-color css

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

 a { background-color: rgb(195,2,62); }

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

border-color css

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

 span { border-color: rgb(195,2,62); }

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