Html Css Color HEX #C3253C Cardinal

📋 copy color: '#C3253C'

red 195 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #C3253C

Tints of Cardinal #C3253C

RGB

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

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

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

R = 66.78%
G = 12.67%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3253C (or 0xC3253C) is known color: Cardinal. HEX triplet: C3, 25 and 3C. RGB value is (195,37,60). Sum of RGB (Red+Green+Blue) = 195+37+60=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3253C is #3CDAC3. Grayscale: #565656. Windows color (decimal): -3988164 or 3941827. OLE color: 3941827.

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

Color convert

RGB 195 37 60 -
CMYK 0 0.81 0.69 0.24
HSL 351.27º 0.68% 0.45% -
HSV(B) 351.27º 0.81% 0.76% -
XYZ 23.98 13.25 5.57 -
YUV 86.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 195 37 60 0 0.81 0.69 0.24 351.27 0.68 0.45
Hex C3 25 3C 0 51 45 18 15F 44 2D
Octal 303 45 74 0 121 105 30 537 104 55
Binary 11000011 100101 111100 0 1010001 1000101 11000 101011111 1000100 101101

Color Harmonies of #C3253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3253C

Black with #C3253C

Text Example


Text Example

White with #C3253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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