Html Css Color HEX #CA0636 Crimson

📋 copy color: '#CA0636'

red 202 ◦ green 6 ◦ blue 54

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

Shades of Crimson #CA0636

Tints of Crimson #CA0636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 77.1%
G = 2.29%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA0636 (or 0xCA0636) is known color: Crimson. HEX triplet: CA, 06 and 36. RGB value is (202,6,54). Sum of RGB (Red+Green+Blue) = 202+6+54=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0636 is #35F9C9. Grayscale: #464646. Windows color (decimal): -3537354 or 3540682. OLE color: 3540682.

HSL color Cylindrical-coordinate representation of color #CA0636: hue angle of 345.31º 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 #CA0636 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 6 54 -
CMYK 0 0.97 0.73 0.21
HSL 345.31º 0.94% 0.41% -
HSV(B) 345.31º 0.97% 0.79% -
XYZ 25.09 12.95 4.67 -
YUV 70.08 118.93 222.1 -
System Red Green Blue C M Y K H S L
Decimal 202 6 54 0 0.97 0.73 0.21 345.31 0.94 0.41
Hex CA 6 36 0 61 49 15 159 5E 29
Octal 312 6 66 0 141 111 25 531 136 51
Binary 11001010 110 110110 0 1100001 1001001 10101 101011001 1011110 101001

Color Harmonies of #CA0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0636

Black with #CA0636

Text Example


Text Example

White with #CA0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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