Html Css Color HEX #C3023F Cardinal

📋 copy color: '#C3023F'

red 195 ◦ green 2 ◦ blue 63

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

Shades of Cardinal #C3023F

Tints of Cardinal #C3023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.23%

R = 75%
G = 0.77%
B = 24.23%

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

#C3023F (or 0xC3023F) is known color: Cardinal. HEX triplet: C3, 02 and 3F. RGB value is (195,2,63). Sum of RGB (Red+Green+Blue) = 195+2+63=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3023F is #3CFDC0. Grayscale: #424242. Windows color (decimal): -3997121 or 4129475. OLE color: 4129475.

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

Color convert

RGB 195 2 63 -
CMYK 0 0.99 0.68 0.24
HSL 341.04º 0.98% 0.39% -
HSV(B) 341.04º 0.99% 0.76% -
XYZ 23.42 12 5.79 -
YUV 66.66 125.94 219.54 -
System Red Green Blue C M Y K H S L
Decimal 195 2 63 0 0.99 0.68 0.24 341.04 0.98 0.39
Hex C3 2 3F 0 63 44 18 155 62 27
Octal 303 2 77 0 143 104 30 525 142 47
Binary 11000011 10 111111 0 1100011 1000100 11000 101010101 1100010 100111

Color Harmonies of #C3023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3023F

Black with #C3023F

Text Example


Text Example

White with #C3023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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