Html Css Color HEX #CA362C Persian Red

📋 copy color: '#CA362C'

red 202 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #CA362C

Tints of Persian Red #CA362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 67.33%
G = 18%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA362C (or 0xCA362C) is known color: Persian Red. HEX triplet: CA, 36 and 2C. RGB value is (202,54,44). Sum of RGB (Red+Green+Blue) = 202+54+44=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA362C is #35C9D3. Grayscale: #616161. Windows color (decimal): -3525076 or 2897610. OLE color: 2897610.

HSL color Cylindrical-coordinate representation of color #CA362C: hue angle of 3.8º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA362C is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 44 -
CMYK 0 0.73 0.78 0.21
HSL 3.8º 0.64% 0.48% -
HSV(B) 3.8º 0.78% 0.79% -
XYZ 26.13 15.38 3.97 -
YUV 97.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 202 54 44 0 0.73 0.78 0.21 3.8 0.64 0.48
Hex CA 36 2C 0 49 4E 15 4 40 30
Octal 312 66 54 0 111 116 25 4 100 60
Binary 11001010 110110 101100 0 1001001 1001110 10101 100 1000000 110000

Color Harmonies of #CA362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA362C

Black with #CA362C

Text Example


Text Example

White with #CA362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA362C; }

 p { color: rgb(202,54,44); }

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

background-color css

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

 a { background-color: rgb(202,54,44); }

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

border-color css

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

 span { border-color: rgb(202,54,44); }

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