Html Css Color HEX #CA0635 Crimson

📋 copy color: '#CA0635'

red 202 ◦ green 6 ◦ blue 53

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

Shades of Crimson #CA0635

Tints of Crimson #CA0635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 77.39%
G = 2.3%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA0635 (or 0xCA0635) is known color: Crimson. HEX triplet: CA, 06 and 35. RGB value is (202,6,53). Sum of RGB (Red+Green+Blue) = 202+6+53=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0635 is #35F9CA. Grayscale: #454545. Windows color (decimal): -3537355 or 3475146. OLE color: 3475146.

HSL color Cylindrical-coordinate representation of color #CA0635: hue angle of 345.61º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0635 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 6 53 -
CMYK 0 0.97 0.74 0.21
HSL 345.61º 0.94% 0.41% -
HSV(B) 345.61º 0.97% 0.79% -
XYZ 25.06 12.94 4.55 -
YUV 69.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 202 6 53 0 0.97 0.74 0.21 345.61 0.94 0.41
Hex CA 6 35 0 61 4A 15 15A 5E 29
Octal 312 6 65 0 141 112 25 532 136 51
Binary 11001010 110 110101 0 1100001 1001010 10101 101011010 1011110 101001

Color Harmonies of #CA0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0635

Black with #CA0635

Text Example


Text Example

White with #CA0635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0635; }

 p { color: rgb(202,6,53); }

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

background-color css

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

 a { background-color: rgb(202,6,53); }

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

border-color css

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

 span { border-color: rgb(202,6,53); }

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