Html Css Color HEX #C3253E Cardinal

📋 copy color: '#C3253E'

red 195 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #C3253E

Tints of Cardinal #C3253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

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

R = 66.33%
G = 12.59%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3253E (or 0xC3253E) is known color: Cardinal. HEX triplet: C3, 25 and 3E. RGB value is (195,37,62). Sum of RGB (Red+Green+Blue) = 195+37+62=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3253E is #3CDAC1. Grayscale: #575757. Windows color (decimal): -3988162 or 4072899. OLE color: 4072899.

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

Color convert

RGB 195 37 62 -
CMYK 0 0.81 0.68 0.24
HSL 350.51º 0.68% 0.45% -
HSV(B) 350.51º 0.81% 0.76% -
XYZ 24.04 13.27 5.85 -
YUV 87.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 195 37 62 0 0.81 0.68 0.24 350.51 0.68 0.45
Hex C3 25 3E 0 51 44 18 15F 44 2D
Octal 303 45 76 0 121 104 30 537 104 55
Binary 11000011 100101 111110 0 1010001 1000100 11000 101011111 1000100 101101

Color Harmonies of #C3253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3253E

Black with #C3253E

Text Example


Text Example

White with #C3253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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