Html Css Color HEX #CF0341 Crimson

📋 copy color: '#CF0341'

red 207 ◦ green 3 ◦ blue 65

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

Shades of Crimson #CF0341

Tints of Crimson #CF0341

RGB

 RED value IS 207 (81.25% from 255) = 75.27%

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

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 75.27%
G = 1.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF0341 (or 0xCF0341) is known color: Crimson. HEX triplet: CF, 03 and 41. RGB value is (207,3,65). Sum of RGB (Red+Green+Blue) = 207+3+65=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0341 is #30FCBE. Grayscale: #474747. Windows color (decimal): -3210431 or 4260815. OLE color: 4260815.

HSL color Cylindrical-coordinate representation of color #CF0341: hue angle of 341.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0341 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 3 65 -
CMYK 0 0.99 0.69 0.19
HSL 341.76º 0.97% 0.41% -
HSV(B) 341.76º 0.99% 0.81% -
XYZ 26.72 13.71 6.24 -
YUV 71.06 124.59 224.96 -
System Red Green Blue C M Y K H S L
Decimal 207 3 65 0 0.99 0.69 0.19 341.76 0.97 0.41
Hex CF 3 41 0 63 45 13 156 61 29
Octal 317 3 101 0 143 105 23 526 141 51
Binary 11001111 11 1000001 0 1100011 1000101 10011 101010110 1100001 101001

Color Harmonies of #CF0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0341

Black with #CF0341

Text Example


Text Example

White with #CF0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0341; }

 p { color: rgb(207,3,65); }

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

background-color css

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

 a { background-color: rgb(207,3,65); }

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

border-color css

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

 span { border-color: rgb(207,3,65); }

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