Html Css Color HEX #CA0631 Crimson

📋 copy color: '#CA0631'

red 202 ◦ green 6 ◦ blue 49

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

Shades of Crimson #CA0631

Tints of Crimson #CA0631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.07%

R = 78.6%
G = 2.33%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA0631 (or 0xCA0631) is known color: Crimson. HEX triplet: CA, 06 and 31. RGB value is (202,6,49). Sum of RGB (Red+Green+Blue) = 202+6+49=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0631 is #35F9CE. Grayscale: #454545. Windows color (decimal): -3537359 or 3213002. OLE color: 3213002.

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

Color convert

RGB 202 6 49 -
CMYK 0 0.97 0.76 0.21
HSL 346.84º 0.94% 0.41% -
HSV(B) 346.84º 0.97% 0.79% -
XYZ 24.98 12.91 4.08 -
YUV 69.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 202 6 49 0 0.97 0.76 0.21 346.84 0.94 0.41
Hex CA 6 31 0 61 4C 15 15B 5E 29
Octal 312 6 61 0 141 114 25 533 136 51
Binary 11001010 110 110001 0 1100001 1001100 10101 101011011 1011110 101001

Color Harmonies of #CA0631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0631

Black with #CA0631

Text Example


Text Example

White with #CA0631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0631; }

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

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

background-color css

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

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

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

border-color css

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

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

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