Html Css Color HEX #CB362B Persian Red

📋 copy color: '#CB362B'

red 203 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #CB362B

Tints of Persian Red #CB362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 67.67%
G = 18%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB362B (or 0xCB362B) is known color: Persian Red. HEX triplet: CB, 36 and 2B. RGB value is (203,54,43). Sum of RGB (Red+Green+Blue) = 203+54+43=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB362B is #34C9D4. Grayscale: #616161. Windows color (decimal): -3459541 or 2832075. OLE color: 2832075.

HSL color Cylindrical-coordinate representation of color #CB362B: hue angle of 4.12º degrees, saturation: 0.65, 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 #CB362B is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 54 43 -
CMYK 0 0.73 0.79 0.20
HSL 4.13º 0.65% 0.48% -
HSV(B) 4.13º 0.79% 0.8% -
XYZ 26.38 15.51 3.89 -
YUV 97.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 203 54 43 0 0.73 0.79 0.20 4.13 0.65 0.48
Hex CB 36 2B 0 49 4F 14 4 41 30
Octal 313 66 53 0 111 117 24 4 101 60
Binary 11001011 110110 101011 0 1001001 1001111 10100 100 1000001 110000

Color Harmonies of #CB362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB362B

Black with #CB362B

Text Example


Text Example

White with #CB362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB362B; }

 p { color: rgb(203,54,43); }

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

background-color css

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

 a { background-color: rgb(203,54,43); }

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

border-color css

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

 span { border-color: rgb(203,54,43); }

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