Html Css Color HEX #CA0342 Crimson

📋 copy color: '#CA0342'

red 202 ◦ green 3 ◦ blue 66

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

Shades of Crimson #CA0342

Tints of Crimson #CA0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 74.54%
G = 1.11%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA0342 (or 0xCA0342) is known color: Crimson. HEX triplet: CA, 03 and 42. RGB value is (202,3,66). Sum of RGB (Red+Green+Blue) = 202+3+66=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0342 is #35FCBD. Grayscale: #454545. Windows color (decimal): -3538110 or 4326346. OLE color: 4326346.

HSL color Cylindrical-coordinate representation of color #CA0342: hue angle of 341.01º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0342 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 66 -
CMYK 0 0.99 0.67 0.21
HSL 341.01º 0.97% 0.4% -
HSV(B) 341.01º 0.99% 0.79% -
XYZ 25.37 13.02 6.33 -
YUV 69.68 125.93 222.38 -
System Red Green Blue C M Y K H S L
Decimal 202 3 66 0 0.99 0.67 0.21 341.01 0.97 0.4
Hex CA 3 42 0 63 43 15 155 61 28
Octal 312 3 102 0 143 103 25 525 141 50
Binary 11001010 11 1000010 0 1100011 1000011 10101 101010101 1100001 101000

Color Harmonies of #CA0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0342

Black with #CA0342

Text Example


Text Example

White with #CA0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0342; }

 p { color: rgb(202,3,66); }

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

background-color css

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

 a { background-color: rgb(202,3,66); }

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

border-color css

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

 span { border-color: rgb(202,3,66); }

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