Html Css Color HEX #CA0643 Crimson

📋 copy color: '#CA0643'

red 202 ◦ green 6 ◦ blue 67

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

Shades of Crimson #CA0643

Tints of Crimson #CA0643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.36%

R = 73.45%
G = 2.18%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA0643 (or 0xCA0643) is known color: Crimson. HEX triplet: CA, 06 and 43. RGB value is (202,6,67). Sum of RGB (Red+Green+Blue) = 202+6+67=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0643 is #35F9BC. Grayscale: #474747. Windows color (decimal): -3537341 or 4392650. OLE color: 4392650.

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

Color convert

RGB 202 6 67 -
CMYK 0 0.97 0.67 0.21
HSL 341.33º 0.94% 0.41% -
HSV(B) 341.33º 0.97% 0.79% -
XYZ 25.44 13.09 6.5 -
YUV 71.56 125.43 221.04 -
System Red Green Blue C M Y K H S L
Decimal 202 6 67 0 0.97 0.67 0.21 341.33 0.94 0.41
Hex CA 6 43 0 61 43 15 155 5E 29
Octal 312 6 103 0 141 103 25 525 136 51
Binary 11001010 110 1000011 0 1100001 1000011 10101 101010101 1011110 101001

Color Harmonies of #CA0643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0643

Black with #CA0643

Text Example


Text Example

White with #CA0643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0643; }

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

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

background-color css

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

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

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

border-color css

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

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

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