Html Css Color HEX #CA064A Crimson

📋 copy color: '#CA064A'

red 202 ◦ green 6 ◦ blue 74

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

Shades of Crimson #CA064A

Tints of Crimson #CA064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 71.63%
G = 2.13%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA064A (or 0xCA064A) is known color: Crimson. HEX triplet: CA, 06 and 4A. RGB value is (202,6,74). Sum of RGB (Red+Green+Blue) = 202+6+74=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA064A is #35F9B5. Grayscale: #484848. Windows color (decimal): -3537334 or 4851402. OLE color: 4851402.

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

Color convert

RGB 202 6 74 -
CMYK 0 0.97 0.63 0.21
HSL 339.18º 0.94% 0.41% -
HSV(B) 339.18º 0.97% 0.79% -
XYZ 25.66 13.18 7.67 -
YUV 72.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 202 6 74 0 0.97 0.63 0.21 339.18 0.94 0.41
Hex CA 6 4A 0 61 3F 15 153 5E 29
Octal 312 6 112 0 141 77 25 523 136 51
Binary 11001010 110 1001010 0 1100001 111111 10101 101010011 1011110 101001

Color Harmonies of #CA064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA064A

Black with #CA064A

Text Example


Text Example

White with #CA064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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