Html Css Color HEX #CB322A Persian Red

📋 copy color: '#CB322A'

red 203 ◦ green 50 ◦ blue 42

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

Shades of Persian Red #CB322A

Tints of Persian Red #CB322A

RGB

 RED value IS 203 (79.69% from 255) = 68.81%

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 68.81%
G = 16.95%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB322A (or 0xCB322A) is known color: Persian Red. HEX triplet: CB, 32 and 2A. RGB value is (203,50,42). Sum of RGB (Red+Green+Blue) = 203+50+42=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB322A is #34CDD5. Grayscale: #5F5F5F. Windows color (decimal): -3460566 or 2765515. OLE color: 2765515.

HSL color Cylindrical-coordinate representation of color #CB322A: hue angle of 2.98º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB322A is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 50 42 -
CMYK 0 0.75 0.79 0.20
HSL 2.98º 0.66% 0.48% -
HSV(B) 2.98º 0.79% 0.8% -
XYZ 26.19 15.14 3.73 -
YUV 94.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 203 50 42 0 0.75 0.79 0.20 2.98 0.66 0.48
Hex CB 32 2A 0 4B 4F 14 3 42 30
Octal 313 62 52 0 113 117 24 3 102 60
Binary 11001011 110010 101010 0 1001011 1001111 10100 11 1000010 110000

Color Harmonies of #CB322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB322A

Black with #CB322A

Text Example


Text Example

White with #CB322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB322A; }

 p { color: rgb(203,50,42); }

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

background-color css

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

 a { background-color: rgb(203,50,42); }

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

border-color css

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

 span { border-color: rgb(203,50,42); }

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