Html Css Color HEX #CA275D Cerise

📋 copy color: '#CA275D'

red 202 ◦ green 39 ◦ blue 93

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

Shades of Cerise #CA275D

Tints of Cerise #CA275D

RGB

 RED value IS 202 (79.3% from 255) = 60.48%

 GREEN value IS 39 (15.63% from 255) = 11.68%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 60.48%
G = 11.68%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA275D (or 0xCA275D) is known color: Cerise. HEX triplet: CA, 27 and 5D. RGB value is (202,39,93). Sum of RGB (Red+Green+Blue) = 202+39+93=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA275D is #35D8A2. Grayscale: #5D5D5D. Windows color (decimal): -3528867 or 6105034. OLE color: 6105034.

HSL color Cylindrical-coordinate representation of color #CA275D: hue angle of 340.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA275D is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 93 -
CMYK 0 0.81 0.54 0.21
HSL 340.12º 0.68% 0.47% -
HSV(B) 340.12º 0.81% 0.79% -
XYZ 27.06 14.8 11.79 -
YUV 93.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 202 39 93 0 0.81 0.54 0.21 340.12 0.68 0.47
Hex CA 27 5D 0 51 36 15 154 44 2F
Octal 312 47 135 0 121 66 25 524 104 57
Binary 11001010 100111 1011101 0 1010001 110110 10101 101010100 1000100 101111

Color Harmonies of #CA275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA275D

Black with #CA275D

Text Example


Text Example

White with #CA275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA275D; }

 p { color: rgb(202,39,93); }

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

background-color css

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

 a { background-color: rgb(202,39,93); }

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

border-color css

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

 span { border-color: rgb(202,39,93); }

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