Html Css Color HEX #C3253D Cardinal

📋 copy color: '#C3253D'

red 195 ◦ green 37 ◦ blue 61

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

Shades of Cardinal #C3253D

Tints of Cardinal #C3253D

RGB

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

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

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

R = 66.55%
G = 12.63%
B = 20.82%

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

#C3253D (or 0xC3253D) is known color: Cardinal. HEX triplet: C3, 25 and 3D. RGB value is (195,37,61). Sum of RGB (Red+Green+Blue) = 195+37+61=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3253D is #3CDAC2. Grayscale: #575757. Windows color (decimal): -3988163 or 4007363. OLE color: 4007363.

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

Color convert

RGB 195 37 61 -
CMYK 0 0.81 0.69 0.24
HSL 350.89º 0.68% 0.45% -
HSV(B) 350.89º 0.81% 0.76% -
XYZ 24.01 13.26 5.71 -
YUV 86.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 195 37 61 0 0.81 0.69 0.24 350.89 0.68 0.45
Hex C3 25 3D 0 51 45 18 15F 44 2D
Octal 303 45 75 0 121 105 30 537 104 55
Binary 11000011 100101 111101 0 1010001 1000101 11000 101011111 1000100 101101

Color Harmonies of #C3253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3253D

Black with #C3253D

Text Example


Text Example

White with #C3253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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