Html Css Color HEX #C3023D Cardinal

📋 copy color: '#C3023D'

red 195 ◦ green 2 ◦ blue 61

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

Shades of Cardinal #C3023D

Tints of Cardinal #C3023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 75.58%
G = 0.78%
B = 23.64%

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

#C3023D (or 0xC3023D) is known color: Cardinal. HEX triplet: C3, 02 and 3D. RGB value is (195,2,61). Sum of RGB (Red+Green+Blue) = 195+2+61=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3023D is #3CFDC2. Grayscale: #424242. Windows color (decimal): -3997123 or 3998403. OLE color: 3998403.

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

Color convert

RGB 195 2 61 -
CMYK 0 0.99 0.69 0.24
HSL 341.66º 0.98% 0.39% -
HSV(B) 341.66º 0.99% 0.76% -
XYZ 23.37 11.98 5.5 -
YUV 66.43 124.94 219.7 -
System Red Green Blue C M Y K H S L
Decimal 195 2 61 0 0.99 0.69 0.24 341.66 0.98 0.39
Hex C3 2 3D 0 63 45 18 156 62 27
Octal 303 2 75 0 143 105 30 526 142 47
Binary 11000011 10 111101 0 1100011 1000101 11000 101010110 1100010 100111

Color Harmonies of #C3023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3023D

Black with #C3023D

Text Example


Text Example

White with #C3023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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