Html Css Color HEX #C3253F Cardinal

📋 copy color: '#C3253F'

red 195 ◦ green 37 ◦ blue 63

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

Shades of Cardinal #C3253F

Tints of Cardinal #C3253F

RGB

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

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

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

R = 66.1%
G = 12.54%
B = 21.36%

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

#C3253F (or 0xC3253F) is known color: Cardinal. HEX triplet: C3, 25 and 3F. RGB value is (195,37,63). Sum of RGB (Red+Green+Blue) = 195+37+63=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3253F is #3CDAC0. Grayscale: #575757. Windows color (decimal): -3988161 or 4138435. OLE color: 4138435.

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

Color convert

RGB 195 37 63 -
CMYK 0 0.81 0.68 0.24
HSL 350.13º 0.68% 0.45% -
HSV(B) 350.13º 0.81% 0.76% -
XYZ 24.06 13.28 6 -
YUV 87.21 114.35 204.89 -
System Red Green Blue C M Y K H S L
Decimal 195 37 63 0 0.81 0.68 0.24 350.13 0.68 0.45
Hex C3 25 3F 0 51 44 18 15E 44 2D
Octal 303 45 77 0 121 104 30 536 104 55
Binary 11000011 100101 111111 0 1010001 1000100 11000 101011110 1000100 101101

Color Harmonies of #C3253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3253F

Black with #C3253F

Text Example


Text Example

White with #C3253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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