Html Css Color HEX #CA063D Crimson

📋 copy color: '#CA063D'

red 202 ◦ green 6 ◦ blue 61

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

Shades of Crimson #CA063D

Tints of Crimson #CA063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 75.09%
G = 2.23%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA063D (or 0xCA063D) is known color: Crimson. HEX triplet: CA, 06 and 3D. RGB value is (202,6,61). Sum of RGB (Red+Green+Blue) = 202+6+61=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA063D is #35F9C2. Grayscale: #464646. Windows color (decimal): -3537347 or 3999434. OLE color: 3999434.

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

Color convert

RGB 202 6 61 -
CMYK 0 0.97 0.70 0.21
HSL 343.16º 0.94% 0.41% -
HSV(B) 343.16º 0.97% 0.79% -
XYZ 25.26 13.02 5.6 -
YUV 70.87 122.43 221.53 -
System Red Green Blue C M Y K H S L
Decimal 202 6 61 0 0.97 0.70 0.21 343.16 0.94 0.41
Hex CA 6 3D 0 61 46 15 157 5E 29
Octal 312 6 75 0 141 106 25 527 136 51
Binary 11001010 110 111101 0 1100001 1000110 10101 101010111 1011110 101001

Color Harmonies of #CA063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA063D

Black with #CA063D

Text Example


Text Example

White with #CA063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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