Html Css Color HEX #CB0343 Crimson

📋 copy color: '#CB0343'

red 203 ◦ green 3 ◦ blue 67

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

Shades of Crimson #CB0343

Tints of Crimson #CB0343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 74.36%
G = 1.1%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB0343 (or 0xCB0343) is known color: Crimson. HEX triplet: CB, 03 and 43. RGB value is (203,3,67). Sum of RGB (Red+Green+Blue) = 203+3+67=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0343 is #34FCBC. Grayscale: #464646. Windows color (decimal): -3472573 or 4391883. OLE color: 4391883.

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

Color convert

RGB 203 3 67 -
CMYK 0 0.99 0.67 0.20
HSL 340.8º 0.97% 0.4% -
HSV(B) 340.8º 0.99% 0.8% -
XYZ 25.67 13.17 6.5 -
YUV 70.1 126.26 222.8 -
System Red Green Blue C M Y K H S L
Decimal 203 3 67 0 0.99 0.67 0.20 340.8 0.97 0.4
Hex CB 3 43 0 63 43 14 155 61 28
Octal 313 3 103 0 143 103 24 525 141 50
Binary 11001011 11 1000011 0 1100011 1000011 10100 101010101 1100001 101000

Color Harmonies of #CB0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0343

Black with #CB0343

Text Example


Text Example

White with #CB0343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0343; }

 p { color: rgb(203,3,67); }

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

background-color css

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

 a { background-color: rgb(203,3,67); }

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

border-color css

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

 span { border-color: rgb(203,3,67); }

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